Skip to content

Commit 902123a

Browse files
committed
recognize vanilla_tagged
1 parent 17ebdf5 commit 902123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpDenizenTools/ScriptAnalysis/ScriptChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ void checkSubMaps(Dictionary<LineTrackedString, object> subMap)
13171317
/// <summary>
13181318
/// Switch-prefixes that definitely aren't real switches.
13191319
/// </summary>
1320-
public static HashSet<string> NotSwitches = new HashSet<string>() { "regex", "item_flagged", "world_flagged", "area_flagged", "inventory_flagged", "player_flagged", "npc_flagged", "entity_flagged" };
1320+
public static HashSet<string> NotSwitches = new HashSet<string>() { "regex", "item_flagged", "world_flagged", "area_flagged", "inventory_flagged", "player_flagged", "npc_flagged", "entity_flagged", "vanilla_tagged" };
13211321

13221322
/// <summary>
13231323
/// Separates the switches from an event line.

0 commit comments

Comments
 (0)