Fix braces
That's right, I did it in github web
This commit is contained in:
parent
6180e049e0
commit
8954b9d1e2
@ -830,7 +830,8 @@ public abstract class LobbyManager implements Listener
|
||||
@EventHandler
|
||||
public void blockTrampolineNearSpawn(GadgetSelectLocationEvent event)
|
||||
{
|
||||
if (event.getGadget() instanceof ItemTrampoline && isNearSpawn(event.getLocation(), 20)) {
|
||||
if (event.getGadget() instanceof ItemTrampoline && isNearSpawn(event.getLocation(), 20))
|
||||
{
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user