aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/mapstich
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/mapstich')
-rw-r--r--gamemode/core/mapstich/sv_mapstich.lua1
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")