summaryrefslogtreecommitdiff
path: root/src/being/localclan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localclan.h')
-rw-r--r--src/being/localclan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localclan.h b/src/being/localclan.h
index 9145184b5..d1f9a49b6 100644
--- a/src/being/localclan.h
+++ b/src/being/localclan.h
@@ -62,7 +62,7 @@ struct LocalClan final
std::string name;
std::string masterName;
std::string mapName;
- std::string stats;
+ STD_VECTOR<std::string> stats;
int id;
int onlineMembers;
int totalMembers;