diff options
| author | Apickx <apickx@cogarr.com> | 2025-02-12 16:41:17 -0600 |
|---|---|---|
| committer | Apickx <apickx@cogarr.com> | 2025-02-12 16:41:17 -0600 |
| commit | 94cc3813c462df5f7bfd875d5a817b0da42006e6 (patch) | |
| tree | de80af0fe1300e822c6b553d15dbf2136f31f1b9 /data/artery/global/sv_config.txt | |
| parent | d22897e044a422e125f46e52c3467473a3656378 (diff) | |
| download | artery_stranded-master.tar.gz artery_stranded-master.tar.bz2 artery_stranded-master.zip | |
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
|
