aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-27 19:23:51 +0000
committerJustin Clark-Casey (justincc)2009-11-27 19:23:51 +0000
commite078fb2e713fd20c811bd8a12a914042fdf062ee (patch)
treeb1bbd591b5a535b7f06e817900687dcfad7641b7 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentminor: add KittyLiu to CONTRIBUTORS.txt (diff)
downloadopensim-SC_OLD-e078fb2e713fd20c811bd8a12a914042fdf062ee.zip
opensim-SC_OLD-e078fb2e713fd20c811bd8a12a914042fdf062ee.tar.gz
opensim-SC_OLD-e078fb2e713fd20c811bd8a12a914042fdf062ee.tar.bz2
opensim-SC_OLD-e078fb2e713fd20c811bd8a12a914042fdf062ee.tar.xz
Implement god mode user freezing and unfreezing
See http://opensimulator.org/mantis/view.php?id=4356 Thanks Revolution I performed a subsequent probable bug fix in this patch
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 4221212..c2aa8e2 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -13610,7 +13610,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
13610 if (handlerGodKickUser != null) 13610 if (handlerGodKickUser != null)
13611 { 13611 {
13612 handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID, 13612 handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID,
13613 gkupack.UserInfo.AgentID, (uint)0, gkupack.UserInfo.Reason); 13613 gkupack.UserInfo.AgentID, gkupack.UserInfo.KickFlags, gkupack.UserInfo.Reason,gkupack.UserInfo);
13614 } 13614 }
13615 } 13615 }
13616 else 13616 else