diff options
| author | Apickx <apickx@cogarr.com> | 2018-03-24 20:47:32 -0400 |
|---|---|---|
| committer | Apickx <apickx@cogarr.com> | 2018-03-24 20:47:32 -0400 |
| commit | d22897e044a422e125f46e52c3467473a3656378 (patch) | |
| tree | b7eedbaa95f3ec6c7c28a2b33405dda84adbf945 /lua/autorun/server/init.lua | |
| download | artery_stranded-d22897e044a422e125f46e52c3467473a3656378.tar.gz artery_stranded-d22897e044a422e125f46e52c3467473a3656378.tar.bz2 artery_stranded-d22897e044a422e125f46e52c3467473a3656378.zip | |
Inital commit
Inital commit
Diffstat (limited to 'lua/autorun/server/init.lua')
| -rw-r--r-- | lua/autorun/server/init.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/autorun/server/init.lua b/lua/autorun/server/init.lua new file mode 100644 index 0000000..71956ae --- /dev/null +++ b/lua/autorun/server/init.lua @@ -0,0 +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 |
