diff options
| author | Apickx <apickx@cogarr.com> | 2025-02-12 16:41:17 -0600 |
|---|---|---|
| committer | Apickx <apickx@cogarr.com> | 2025-02-12 16:41:17 -0600 |
| commit | 94cc3813c462df5f7bfd875d5a817b0da42006e6 (patch) | |
| tree | de80af0fe1300e822c6b553d15dbf2136f31f1b9 /lua/autorun/server | |
| parent | d22897e044a422e125f46e52c3467473a3656378 (diff) | |
| download | artery_stranded-94cc3813c462df5f7bfd875d5a817b0da42006e6.tar.gz artery_stranded-94cc3813c462df5f7bfd875d5a817b0da42006e6.tar.bz2 artery_stranded-94cc3813c462df5f7bfd875d5a817b0da42006e6.zip | |
Diffstat (limited to 'lua/autorun/server')
| -rw-r--r-- | lua/autorun/server/init.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lua/autorun/server/init.lua b/lua/autorun/server/init.lua index 71956ae..39e396f 100644 --- a/lua/autorun/server/init.lua +++ b/lua/autorun/server/init.lua @@ -1,11 +1,11 @@ -print("hello from artery_stranded init.lua") -do return end ---for k,v in pairs(ents.FindByClass("trigger_teleport")) do v:Remove() end - -local config = nrequire("sv_newplayer.lua") -config.newmeta = function() - return { - lastserver = "67.163.245.187:27015", - lastlocation = "5699 -5191 131" - } -end +print("hello from artery_stranded init.lua")
+do return end
+--for k,v in pairs(ents.FindByClass("trigger_teleport")) do v:Remove() end
+
+local config = nrequire("sv_newplayer.lua")
+config.newmeta = function()
+ return {
+ lastserver = "67.163.245.187:27015",
+ lastlocation = "5699 -5191 131"
+ }
+end
|
