mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-17 04:51:28 +01:00
Fix per-wave spawnpoints-node.
This commit is contained in:
parent
fd7a9c0d0b
commit
e02f437c2a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user