Skip to content

Commit

Permalink
GPG Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchMC committed Jun 30, 2020
1 parent 7520b3e commit 9d7ee9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class PlayerCommandPreprocessEventListener implements Listener {
public void onPlayerCommandPreprocessEvent(PlayerCommandPreprocessEvent event) {

String command = event.getMessage().split(" ")[0];

if(command.equals("/tp") || command.equals("/tpa") || command.equals("/home")) {

Location loc = event.getPlayer().getLocation();
Expand Down

0 comments on commit 9d7ee9f

Please sign in to comment.