Correct a delegate in OpenSim.cs

Fixes Mantis #3117
0.6.3-post-fixes
Melanie Thielker 2009-02-09 16:21:13 +00:00
parent f95b8b3863
commit 8a9128ccce
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace OpenSim
m_console.Commands.AddCommand("region", "kick user",
"kick user <first> <last>",
"Kick a user off the simulator", HandleEditScale);
"Kick a user off the simulator", KickUserCommand);
m_console.Commands.AddCommand("region", "show assets",
"show assets",