LuaAPI: Clarify SetClanColor rule
authorWuzzy
Mon, 21 Jan 2019 03:36:36 +0000
changeset 1708 cf8731763e9f
parent 1707 b11070b109aa
child 1709 078ea096e287
LuaAPI: Clarify SetClanColor rule
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Jan 21 02:35:21 2019 +0000
+++ b/LuaAPI.wiki	Mon Jan 21 03:36:36 2019 +0000
@@ -1447,9 +1447,7 @@
 Returns the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
 
 ==== <tt>!SetClanColor(clan, color)</tt> ====
-*Warning*: This function seems to be very broken at the moment, expect crashes.
-
-Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color]. The new clan color *must* be different from the color of all other clans.
+Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color]. The new clan color *must* be different from the color of all clans.
 
 === Campaign management ===
 ==== <tt>!SaveCampaignVar(varname, value)</tt> ====