We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cleared save
1 parent 4efa4a5 commit ba9914eCopy full SHA for ba9914e
Events/ClearSaveEvent.cs
@@ -8,7 +8,7 @@ public class ClearedSaveEvent : Event
8
{
9
public const string NAME = "Cleared save";
10
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\"}";
+ public const string SAMPLE = "{\"timestamp\":\"2016-06-10T14:32:03Z\",\"event\":\"ClearSavedGame\",\"FID\":\"F0000000\",\"Name\":\"HRC1\"}";
12
public static Dictionary<string, string> VARIABLES = new Dictionary<string, string>();
13
14
static ClearedSaveEvent()
0 commit comments