Work on server data and registries.

This commit is contained in:
Sebastian Hartte
2020-06-05 19:03:29 +02:00
parent 476c310de6
commit c411a800f6
24 changed files with 329 additions and 777 deletions
+2 -2
View File
@@ -22,6 +22,7 @@ package appeng.core;
import javax.annotation.Nonnull;
import appeng.tile.AEBaseTile;
import appeng.util.Platform;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
@@ -56,8 +57,7 @@ public final class AELog
*/
private static Logger getLogger()
{
// FIXME return Platform.isServer() ? SERVER : CLIENT;
throw new IllegalStateException();
return Platform.isServer() ? SERVER : CLIENT;
}
/**