]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.cpp
Fixed a bug in check_idles() in tcpclient.cpp causing is_playing(0x0) to be called...
[irc/gameservirc.git] / gameserv / gameserv.cpp
index 0cf0329e16a5da8db142c3cf4876d72b39f9d399..f8dd0c47f7125c3eb2add34a376bcc11c6b54f2f 100644 (file)
@@ -2113,7 +2113,7 @@ int save_gs_dbase()
                << it->forest_fights << ' ' << it->player_fights <<  ' ' 
                << it->getFlags() << ' ' << it->password << ' ' << it->inventory.Healing()
                << ' ' << it->inventory.Strength() << ' ' << it->inventory.Defense() << ' ' << it->inventory.HP()
-               << it->lastlogin << endl;
+               << ' ' << it->lastlogin << endl;
        ptr = ptr->Next();
     }
    }