Staff have no mod tools/some commands

ano2k77

Member
Feb 4, 2013
466
30
Right,

I recently moved to a new database, using PlusEMU R2. And staff don't have any mod tools or some commands to like update_server etc.

Any help?
 

Each

Member
Dec 20, 2013
498
184
In GameClient.cs Find:
this.SendMessage(SilverwaveEnvironment.GetGame().GetModerationTool().SerializeTool());
Change to
response.appendResponse(SilverwaveEnvironment.GetGame().GetModerationTool().SerializeTool());
 

ano2k77

Member
Feb 4, 2013
466
30
In GameClient.cs Find:
this.SendMessage(SilverwaveEnvironment.GetGame().GetModerationTool().SerializeTool());
Change to
response.appendResponse(SilverwaveEnvironment.GetGame().GetModerationTool().SerializeTool());
I've just done that and I still have no mod tools :(
 

Users who are viewing this thread

Top