diff options
Diffstat (limited to 'data/artery/global/sv_config.txt')
| -rw-r--r-- | data/artery/global/sv_config.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/artery/global/sv_config.txt b/data/artery/global/sv_config.txt index 30efdc3..3f3e40b 100644 --- a/data/artery/global/sv_config.txt +++ b/data/artery/global/sv_config.txt @@ -1,10 +1,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 +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
|
