diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 34cc7d9..092c96e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -8977,7 +8977,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
8977 | if (handlerGodKickUser != null) | 8977 | if (handlerGodKickUser != null) |
8978 | { | 8978 | { |
8979 | handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID, | 8979 | handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID, |
8980 | gkupack.UserInfo.AgentID, (uint)0, gkupack.UserInfo.Reason); | 8980 | gkupack.UserInfo.AgentID, gkupack.UserInfo.KickFlags, gkupack.UserInfo.Reason); |
8981 | } | 8981 | } |
8982 | } | 8982 | } |
8983 | else | 8983 | else |