Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit a08f797

Browse files
authored
Update admin.lua
1 parent b4a14e3 commit a08f797

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

admin.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ rconsolename("Welcome to Situation Admin | " .. User)
2626

2727
-- Some nonce wanted this
2828
local function split(str, sep)
29+
if str == nil then
30+
return {}
31+
end
32+
2933
if #sep > 1 then
3034
return {}
3135
end

0 commit comments

Comments
 (0)