--- a/LuaAPI.wiki Wed Mar 07 23:19:40 2018 +0000
+++ b/LuaAPI.wiki Wed Mar 07 23:20:49 2018 +0000
@@ -960,7 +960,7 @@
Disables the listed !GameFlags, without changing the status of other !GameFlags.
==== <tt>!EnableGameFlags(gameflag, ...)</tt> ====
-Enables the listed !GameFlags, without changing the status of other !GameFlags.
+Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set.
==== <tt>!GetGameFlag(gameflag)</tt> ====
Returns `true` if the specified gameflag is enabled, otherwise `false`.