added client and server network communication

This commit is contained in:
Evil Factory
2021-09-20 16:15:29 -03:00
parent c5d365eaa7
commit 784baf550f
6 changed files with 79 additions and 11 deletions
@@ -1,6 +1,6 @@
local runDisabledMods = false
if Game.IsDedicated then
if SERVER and Game.IsDedicated then
runDisabledMods = true
print("LUA LOADER: Dedicated server detected, loading mods regardless being disabled.")