Skip to content

Commit

Permalink
Fix typo in Cleared save example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 23, 2020
1 parent 4efa4a5 commit ba9914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/ClearSaveEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class ClearedSaveEvent : Event
{
public const string NAME = "Cleared save";
public const string DESCRIPTION = "Triggered when you clear your save";
public const string SAMPLE = "{\"timestamp\":\"2016-06-10T14:32:03Z\",\"event\":\"ClearSaveGame\",\"FID\":\"F0000000\",\"Name\":\"HRC1\"}";
public const string SAMPLE = "{\"timestamp\":\"2016-06-10T14:32:03Z\",\"event\":\"ClearSavedGame\",\"FID\":\"F0000000\",\"Name\":\"HRC1\"}";
public static Dictionary<string, string> VARIABLES = new Dictionary<string, string>();

static ClearedSaveEvent()
Expand Down

0 comments on commit ba9914e

Please sign in to comment.