Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
UnDeviato authored Jul 29, 2024
1 parent df3105f commit 7e17d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/commands/areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,6 @@ def ooc_cmd_auto_pair(client, arg):
Usage: /auto_pair <double/triple>
"""
if arg.lower() not in ["double", "triple"]:
client.send_ooc("Argument Error!\nUsage: /auto_pair <double/triple>")
client.send_ooc("Argument Error!\nUsage: /auto_pair <double/triple>")
return
client.area.auto_pair_max = arg.lower()

0 comments on commit 7e17d4b

Please sign in to comment.