fixed duplicate log and registered more classes
This commit is contained in:
@@ -87,6 +87,11 @@ namespace Barotrauma
|
||||
{
|
||||
GameMain.Server.BanClient(client, reason, range, TimeSpan.FromSeconds(seconds));
|
||||
}
|
||||
}
|
||||
|
||||
public static void UnbanPlayer(string player, string endpoint)
|
||||
{
|
||||
GameMain.Server.UnbanPlayer(player, endpoint);
|
||||
|
||||
}
|
||||
|
||||
@@ -110,6 +115,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class LuaGame
|
||||
|
||||
Reference in New Issue
Block a user