mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 10:19:46 +02:00
fixed getter for ME
This commit is contained in:
@@ -186,12 +186,6 @@ public class PanelBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static MapEngine getMapEngine() {
|
public static MapEngine getMapEngine() {
|
||||||
MapEngine m;
|
|
||||||
|
|
||||||
if(gameState == 1) {
|
|
||||||
m = new MapEngine(1);
|
|
||||||
return m;
|
|
||||||
}
|
|
||||||
return me;
|
return me;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user