summaryrefslogtreecommitdiff
path: root/data/artery/global/sv_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/artery/global/sv_config.txt')
-rw-r--r--data/artery/global/sv_config.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/artery/global/sv_config.txt b/data/artery/global/sv_config.txt
new file mode 100644
index 0000000..30efdc3
--- /dev/null
+++ b/data/artery/global/sv_config.txt
@@ -0,0 +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