diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-07 18:08:00 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-07 18:08:00 -0400 |
| commit | 0ce40afcb04587bbccd39fc64a4928607c285c51 (patch) | |
| tree | 8a82b316b7300864aca612c6b0c059e14c15bd37 /gamemode/config/sv_newplayer.lua | |
| parent | 076b4245a757dc0ca9d1c9d234c32df546b1239e (diff) | |
| download | artery-0ce40afcb04587bbccd39fc64a4928607c285c51.tar.gz artery-0ce40afcb04587bbccd39fc64a4928607c285c51.tar.bz2 artery-0ce40afcb04587bbccd39fc64a4928607c285c51.zip | |
Various additions and removals for server
Diffstat (limited to 'gamemode/config/sv_newplayer.lua')
| -rw-r--r-- | gamemode/config/sv_newplayer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/config/sv_newplayer.lua b/gamemode/config/sv_newplayer.lua index fc66c82..09638eb 100644 --- a/gamemode/config/sv_newplayer.lua +++ b/gamemode/config/sv_newplayer.lua @@ -17,7 +17,7 @@ end np.newmeta = function() return { lastserver = "67.163.245.187:27015", - lastlocation = "185 310 524" + lastlocation = "-1209 1544 -1770" } end |
