Fixed: missing spawns / incorrect ranks / jittery movement / tests
This commit is contained in:
10
core/src/io/anuke/mindustry/maps/MapException.java
Normal file
10
core/src/io/anuke/mindustry/maps/MapException.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package io.anuke.mindustry.maps;
|
||||
|
||||
public class MapException extends RuntimeException{
|
||||
public final Map map;
|
||||
|
||||
public MapException(Map map, String s){
|
||||
super(s);
|
||||
this.map = map;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user