Skip to content

Commit

Permalink
Allow safetp for console
Browse files Browse the repository at this point in the history
  • Loading branch information
CoPokBl committed May 22, 2024
1 parent ff0e403 commit bddfb71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/net/serble/estools/Commands/SafeTp.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ public void onEnable() {

@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (isNotPlayer(sender)) {
return false;
}

if (enabled) {
enabled = false;
send(sender, "&aTeleporting now &6&lWILL&a make you take fall damage!");
Expand Down

0 comments on commit bddfb71

Please sign in to comment.