blob: 71956ae415f9a6f7643d94d5b0eff71a5019ecb0 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|