Skip to content

Commit ba9914e

Browse files
committed
Fix typo in Cleared save example script.
1 parent 4efa4a5 commit ba9914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Events/ClearSaveEvent.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class ClearedSaveEvent : Event
88
{
99
public const string NAME = "Cleared save";
1010
public const string DESCRIPTION = "Triggered when you clear your save";
11-
public const string SAMPLE = "{\"timestamp\":\"2016-06-10T14:32:03Z\",\"event\":\"ClearSaveGame\",\"FID\":\"F0000000\",\"Name\":\"HRC1\"}";
11+
public const string SAMPLE = "{\"timestamp\":\"2016-06-10T14:32:03Z\",\"event\":\"ClearSavedGame\",\"FID\":\"F0000000\",\"Name\":\"HRC1\"}";
1212
public static Dictionary<string, string> VARIABLES = new Dictionary<string, string>();
1313

1414
static ClearedSaveEvent()

0 commit comments

Comments
 (0)