whoops, don't execute mods if using client-side lua
This commit is contained in:
@@ -21,6 +21,11 @@ require("DefaultHook")
|
||||
|
||||
-- Execute Mods
|
||||
|
||||
if CLIENT then
|
||||
print("LUA LOADER: Client detected, disabling mod loading because it's incomplete.")
|
||||
return
|
||||
end
|
||||
|
||||
if SERVER and Game.IsDedicated then
|
||||
runDisabledMods = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user