diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-09 16:20:46 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-09 16:20:46 -0400 |
| commit | da81a0a23a3704dd2de3ab2249496c1ad1912d1c (patch) | |
| tree | 915edc671acbb292191adad2f25f87ba26e567cf /gamemode/core/mapstich/sv_mapstich.lua | |
| parent | 497be6ff15989c7bf9de5beb138d2ef042dca6bd (diff) | |
| download | artery-da81a0a23a3704dd2de3ab2249496c1ad1912d1c.tar.gz artery-da81a0a23a3704dd2de3ab2249496c1ad1912d1c.tar.bz2 artery-da81a0a23a3704dd2de3ab2249496c1ad1912d1c.zip | |
Updated internal representation of inventories
Diffstat (limited to 'gamemode/core/mapstich/sv_mapstich.lua')
| -rw-r--r-- | gamemode/core/mapstich/sv_mapstich.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/core/mapstich/sv_mapstich.lua b/gamemode/core/mapstich/sv_mapstich.lua index 6a2ae38..ff84fca 100644 --- a/gamemode/core/mapstich/sv_mapstich.lua +++ b/gamemode/core/mapstich/sv_mapstich.lua @@ -43,7 +43,6 @@ concommand.Add("artery_saveplayer",function(ply,cmd,args) end) net.Receive("art_zonechange",function(len,ply) - SavePlayerData(ply) timer.Simple(0.5,function() if not IsValid(ply) then return end local zone = ply:GetCurrentZone("artery_serverchange") |
