Skip to content

Commit

Permalink
Possible Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabrid committed Jul 2, 2022
1 parent 0a03eac commit 7037bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/commands.sk
Expand Up @@ -193,7 +193,7 @@ command /crates [<text>] [<text>] [<text>] [<text>] [<text>]:
send "&8 -> &e/crate give <player> <crate> <type> <amt?1>"
stop
set {_p} to arg 2 parsed as offline player
if {_p} is not online:
if all players does not contain {_p}:
send "&cThe player you specified is not online."
stop
if arg 3 is not set:
Expand Down

0 comments on commit 7037bdc

Please sign in to comment.