# HG changeset patch
# User Wuzzy
# Date 1548041796 0
# Node ID cf8731763e9f424b10a0ab07288ca2a4b971bf00
# Parent  b11070b109aae656c5b46a09a83fb176c8512547
LuaAPI: Clarify SetClanColor rule

diff -r b11070b109aa -r cf8731763e9f 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> ====