Reverting datetime format change for now.

This commit is contained in:
lotodore
2010-07-14 14:41:26 +00:00
parent cabf70b43f
commit a68a98f739
+1 -1
View File
@@ -29,7 +29,7 @@ typedef unsigned DB_id;
struct DBPlayerData
{
DBPlayerData() : id(DB_ID_INVALID), last_login(0) {}
DBPlayerData() : id(DB_ID_INVALID) {}
DB_id id;
std::string secret;
std::string country;