mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
flip isClient boolean, and remove redundant SitServer
This commit is contained in:
parent
52117ea5c4
commit
34bf49c62f
4 changed files with 2 additions and 16 deletions
|
@ -24,7 +24,7 @@ public class Sit implements ModInitializer {
|
|||
public static final String ENTITY_NAME = "-sit!-entity-";
|
||||
public static MinecraftServer server;
|
||||
public static CommandManager commandManager;
|
||||
public static boolean isClient = true;
|
||||
public static boolean isClient = false;
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue