From e0d6dd2a1f748c6cab16ba284e472b38593418ea Mon Sep 17 00:00:00 2001 From: cooolbros Date: Tue, 12 Nov 2024 23:15:35 +1100 Subject: [PATCH] Add rest of expected commands --- src/HUDAnimations/HUDAnimationsSerializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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