added playerrace and updated to version 26.2 #14
@@ -54,7 +54,7 @@ public enum GameList {
|
||||
PILLARS(new PillarsFactory(), GameType.PROTOTYPE),
|
||||
BLOCKBATTLE(new BlockBattleFactory(), GameType.PVP),
|
||||
COLORJUMP(new ColorJumpFactory(), GameType.JUMPNRUN),
|
||||
PLAYERRACE(new PlayerRaceFactory(), GameType.PROTOTYPE);
|
||||
PLAYERRACE(new PlayerRaceFactory(), GameType.JUMPNRUN);
|
||||
|
||||
private final GameFactory factory;
|
||||
private final GameType type;
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ public class PlayerRaceFactory implements GameFactory {
|
||||
|
||||
@Override
|
||||
public Material symbol() {
|
||||
return Material.GRASS_BLOCK;
|
||||
return Material.DIRT_PATH;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user