[Tweak] Panda web server POST upgrade (#628)
* [Feat] Panda web server POST upgrade * Move token in comms
This commit is contained in:
@@ -125,7 +125,7 @@ public sealed class BanCommand : LocalizedCommands
|
||||
Rid = EntitySystem.Get<GameTicker>().RoundId,
|
||||
BanId = banId
|
||||
};
|
||||
_pandaWeb.SendBotMessage(utkaBanned);
|
||||
_pandaWeb.SendBotPostMessage(utkaBanned);
|
||||
_entMan.EventBus.RaiseEvent(EventSource.Local, utkaBanned);
|
||||
//WD end
|
||||
}
|
||||
|
||||
@@ -529,7 +529,7 @@ public sealed class BanManager : IBanManager, IPostInjectInit
|
||||
BanId = banId
|
||||
};
|
||||
|
||||
_pandaWeb.SendBotMessage(utkaBanned);
|
||||
_pandaWeb.SendBotPostMessage(utkaBanned);
|
||||
_entMan.EventBus.RaiseEvent(EventSource.Local, utkaBanned);
|
||||
}
|
||||
|
||||
|
||||
@@ -658,7 +658,7 @@ namespace Content.Server.Administration.Systems
|
||||
Entity = entity
|
||||
};
|
||||
|
||||
_pandaWeb.SendBotMessage(utkaAhelpEvent);
|
||||
_pandaWeb.SendBotPostMessage(utkaAhelpEvent);
|
||||
}
|
||||
//WD-EDIT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user