chore(legacy): Remove resource name print; fix typos

This commit is contained in:
Linden
2021-05-16 19:36:17 +10:00
parent c2a2eec71d
commit c41cd943b1
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ ESX.RegisterCommand('sv_restart', "admin", function(xPlayer, args, showError)
for _, playerId in ipairs(GetPlayers()) do
DropPlayer(playerId, "Server Restart")
end
print('[^5es_extended^0] ^2[INFO] ^1 Server Restarting, Please Wait :)')
print('^2[INFO] ^1 Server Restarting, Please Wait :)')
crash = true
while crash do
end