mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Updated Crosshair
This commit is contained in:
parent
c8fc68ec0f
commit
e395ab7bdd
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 500 B |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user