mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* You can leave godmode if you want now.
* Fixed a compile error.
This commit is contained in:
@@ -4256,13 +4256,14 @@ namespace OpenSim.Region.ClientStack
|
||||
RequestGodlikePowersPacket rglpPack = (RequestGodlikePowersPacket)Pack;
|
||||
RequestGodlikePowersPacket.RequestBlockBlock rblock = rglpPack.RequestBlock;
|
||||
LLUUID token = rblock.Token;
|
||||
|
||||
RequestGodlikePowersPacket.AgentDataBlock ablock = rglpPack.AgentData;
|
||||
|
||||
handlerReqGodlikePowers = OnRequestGodlikePowers;
|
||||
|
||||
if (handlerReqGodlikePowers != null)
|
||||
{
|
||||
handlerReqGodlikePowers(ablock.AgentID, ablock.SessionID, token, this);
|
||||
handlerReqGodlikePowers(ablock.AgentID, ablock.SessionID, token, rblock.Godlike, this);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user