mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-08 08:31:44 +01:00
Fix lobby region expansion command.
This commit is contained in:
parent
0fa22589e3
commit
b3cb258d0b
@ -46,7 +46,7 @@ public class ExpandLobbyRegionCommand implements Command
|
||||
}
|
||||
|
||||
// In case of a "negative" region, fix it!
|
||||
am.getSelectedArena().getRegion().fixRegion();
|
||||
am.getSelectedArena().getRegion().fixLobbyRegion();
|
||||
|
||||
Messenger.tellPlayer(sender, "Lobby region for '" + am.getSelectedArena().configName() + "' expanded " + arg2 + " by " + arg1 + " blocks.");
|
||||
am.getSelectedArena().getRegion().save();
|
||||
|
Loading…
Reference in New Issue
Block a user