blob: 39e396fadcbce21d20cc80354d97f7ab9e6e1cdb (
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
|