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

Commit 242e6cd

Browse files
authored
Update admin.lua
1 parent 8f650d7 commit 242e6cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

admin.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ local highlight = Instance.new("Highlight")
2525
local plugins_directory = "situation_plugins"
2626
local rconsolename = (syn and rconsolename) or (rconsolesettitle)
2727

28-
2928
rconsolename("Welcome to Situation Admin | " .. User)
3029

31-
3230
local function split(str, sep)
3331
if str == nil then
3432
return {}
@@ -85,8 +83,9 @@ commands = {
8583
execute = function(...)
8684
local args = {...}
8785
local text = args[1]
86+
8887
loadstring(text)
89-
end,
88+
end,
9089

9190
getremotes = function(...)
9291
for i, v in pairs(game:GetDescendants()) do

0 commit comments

Comments
 (0)