Fix per-wave spawnpoints-node.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: MobArena
|
||||
author: garbagemule
|
||||
main: com.garbagemule.MobArena.MobArena
|
||||
version: 0.96.2.6
|
||||
version: 0.96.2.7
|
||||
softdepend: [Multiverse-Core,Towny,Heroes,MagicSpells,Vault]
|
||||
commands:
|
||||
ma:
|
||||
|
||||
@@ -356,8 +356,8 @@ public class WaveParser
|
||||
return result;
|
||||
}
|
||||
|
||||
// Split the string by commas
|
||||
String[] spawns = spawnString.split(",");
|
||||
// Split the string by semicolons
|
||||
String[] spawns = spawnString.split(";");
|
||||
|
||||
ArenaRegion region = arena.getRegion();
|
||||
for (String spawn : spawns) {
|
||||
|
||||
Reference in New Issue
Block a user