Commits
Dinnerbone authored 82746553608
33 33 | public hp k; |
34 34 | public boolean l; |
35 35 | public boolean m; |
36 36 | public boolean n; |
37 37 | public CraftServer server; // CraftBukkit |
38 38 | |
39 39 | public MinecraftServer() { |
40 40 | new cn(this); |
41 41 | } |
42 42 | |
43 + | // CraftBukkit: Decompiler might miss this method, your IDE won't complain but you |
44 + | // can't run without it! |
45 + | public static boolean a(MinecraftServer minecraftserver) |
46 + | { |
47 + | return minecraftserver.o; |
48 + | } |
49 + | |
43 50 | private boolean d() { |
44 51 | cl localcl = new cl(this); |
45 52 | |
46 53 | localcl.setDaemon(true); |
47 54 | localcl.start(); |
48 55 | |
49 56 | hb.a(); |
50 57 | a.info("Starting minecraft server version Beta 1.1"); |
51 58 | |
52 59 | if (Runtime.getRuntime().maxMemory() / 1024L / 1024L < 512L) { |