diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs')
-rwxr-xr-x | OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs b/OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs index d98f11a..c98e891 100755 --- a/OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Commands/UserCommandsModule.cs | |||
@@ -147,7 +147,7 @@ namespace OpenSim.Region.CoreModules.Avatars.Commands | |||
147 | 147 | ||
148 | if (user == null) | 148 | if (user == null) |
149 | { | 149 | { |
150 | MainConsole.Instance.Output("No user found with name {0} {1}", null, firstName, lastName); | 150 | MainConsole.Instance.Output("No user found with name {0} {1}", firstName, lastName); |
151 | return; | 151 | return; |
152 | } | 152 | } |
153 | 153 | ||
@@ -161,7 +161,7 @@ namespace OpenSim.Region.CoreModules.Avatars.Commands | |||
161 | 161 | ||
162 | if (!m.Success) | 162 | if (!m.Success) |
163 | { | 163 | { |
164 | MainConsole.Instance.Output("Invalid destination {0}", null, rawDestination); | 164 | MainConsole.Instance.Output("Invalid destination {0}", rawDestination); |
165 | return; | 165 | return; |
166 | } | 166 | } |
167 | } | 167 | } |
@@ -171,7 +171,6 @@ namespace OpenSim.Region.CoreModules.Avatars.Commands | |||
171 | 171 | ||
172 | MainConsole.Instance.Output( | 172 | MainConsole.Instance.Output( |
173 | "Teleporting {0} to {1},{2},{3} in {4}", | 173 | "Teleporting {0} to {1},{2},{3} in {4}", |
174 | null, | ||
175 | user.Name, | 174 | user.Name, |
176 | m.Groups["x"], m.Groups["y"], m.Groups["z"], | 175 | m.Groups["x"], m.Groups["y"], m.Groups["z"], |
177 | regionName); | 176 | regionName); |