Updated Crosshair

This commit is contained in:
ImTallone 2019-03-24 15:29:32 +02:00
parent c8fc68ec0f
commit e395ab7bdd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 500 B

View File

@ -14,7 +14,7 @@ import javax.swing.text.Utilities;
import org.reflections.Reflections;
import io.cubyz.Constants;
import io.cubyz.CubzLogger;
import io.cubyz.CubyzLogger;
import io.cubyz.api.CubzRegistries;
import io.cubyz.api.Mod;
import io.cubyz.blocks.Block;
@ -28,7 +28,7 @@ public class LoadThread extends Thread {
public void run() {
LoadingGUI l = LoadingGUI.getInstance();
CubzLogger log = CubzLogger.instance;
CubyzLogger log = CubyzLogger.instance;
l.setStep(1, 0, 0);
// RPC temporaly disabled