forked from SteamWar/SteamWar
Add AuditLog
This commit is contained in:
@@ -68,6 +68,11 @@ public class FightSystem extends JavaPlugin {
|
||||
Core.setInstance(this);
|
||||
TinyProtocol.init();
|
||||
}
|
||||
if (Config.SpectatePort != 0) {
|
||||
Core.setServerName("Spectate");
|
||||
} else if (Config.ReplayID != 0) {
|
||||
Core.setServerName("Replay");
|
||||
}
|
||||
|
||||
message = new Message("de.steamwar.fightsystem.FightSystem", FightSystem.class.getClassLoader());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user