forked from SteamWar/SteamWar
Fix spelling (s.a. PR)
This commit is contained in:
+1
-3
@@ -76,9 +76,7 @@ public class TestblockCommand extends SWCommand {
|
||||
@Register(value="default")
|
||||
public void setTestblockDefault(Player p) {
|
||||
Region region = regionCheck(p);
|
||||
if (region == null) {
|
||||
return;
|
||||
}
|
||||
if (region == null) return;
|
||||
region.getRegionData().setTestblockSchematic(null);
|
||||
resetRegion(p, null, RegionExtensionType.EXTENSION, false, false, false, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user