You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sv_main.lua
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Citizen.CreateThread(function()
12
12
end
13
13
14
14
ifnotIsPrincipalAceAllowed(principal, "command.add_ace") then
15
-
Log("^1WARNING: DiscordAPI is missing the 'command.add_ace' permission. The resource may not function as intended. PPlease grant this permission in the server.cfg.")
15
+
Log("^1WARNING: DiscordAPI is missing the 'command.add_ace' permission. The resource may not function as intended. Please grant this permission in the server.cfg.")
16
16
end
17
17
18
18
ifnotIsPrincipalAceAllowed(principal, "command.remove_principal") then
0 commit comments