summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 24e7be3b9..1d4b9feb6 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -6828,7 +6828,7 @@ int pc_autosave(int tid,unsigned int tick,int id,int data)
iter = mapit_getallusers();
for( sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); sd = (TBL_PC*)mapit_next(iter) )
{
- if(sd->bl.id == last_save_id) {
+ if(sd->bl.id == last_save_id && save_flag != 1) {
save_flag = 1;
continue;
}