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