summaryrefslogtreecommitdiff
path: root/include/bots.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bots.h')
-rw-r--r--include/bots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h
index 9227f5c68..1b017b058 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -29,7 +29,7 @@ enum BotFlag
BI_END
};
-class CoreExport BotInfo : public Extensible, public Flags<BotFlag>
+class CoreExport BotInfo : public Extensible, public Flags<BotFlag, BI_END>
{
public:
std::string uid; /* required for UID supporting servers, as opposed to the shitty struct Uid. */