summaryrefslogtreecommitdiff
path: root/data/artery/global/sv_config.txt
blob: 3f3e40ba07119063863d12562271a714c9cf2429 (plain)
1
2
3
4
5
6
7
8
9
10
do return end
if not nrequire then return end
local n = nrequire("sv_newplayer.lua")

n.newmeta = function()
	return {
		lastserver = "67.163.245.187:27015",
		lastlocation = "175 325 524"
	}
end