Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaptor911 committed Nov 3, 2020
1 parent 8aa5663 commit 9ce970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/AdminConsole.gd
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ func showHelp():
consoleResponse("Warzone 2 Admin console.\t\t Raptor inc 2020\n")
for i in config:
var space = ""
for j in range(40 - i.length()):
for _j in range(40 - i.length()):
space += " "
consoleResponse("%s%s-%s" % [i, space, config[i].help])

0 comments on commit 9ce970a

Please sign in to comment.