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

Commit ab3e6c4

Browse files
authored
Update admin.lua
1 parent 85a6da8 commit ab3e6c4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

admin.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ if not game:IsLoaded() then
22
game.Loaded:Wait()
33
end
44

5+
--[[
56
if getgenv().SituationAdmin then
67
return
78
end
89
9-
getgenv().SituationAdmin = true
10+
getgenv().SituationAdmin = true ]]
11+
1012

1113
loadstring(game:HttpGet("https://raw.githubusercontent.com/Alteral323/v/main/libs/compat.lua"))()(true)
1214

0 commit comments

Comments
 (0)