diff --git a/src/HUDAnimations/HUDAnimationsSerializer.cs b/src/HUDAnimations/HUDAnimationsSerializer.cs index e7a25f4..f153e7b 100644 --- a/src/HUDAnimations/HUDAnimationsSerializer.cs +++ b/src/HUDAnimations/HUDAnimationsSerializer.cs @@ -295,7 +295,7 @@ bool ReadBool() }, string str => throw new VDFSyntaxException( new VDFToken { Type = VDFTokenType.String, Value = str }, - ["animate"], + ["Animate", "FireCommand", "PlaySound", "RunEvent", "RunEventChild", "SetFont", "SetInputEnabled", "SetString", "SetTexture", "SetVisible", "StopAnimation", "StopEvent", "StopPanelAnimations"], tokeniser.Index, tokeniser.Line, tokeniser.Character