Skip to content

Commit d5906be

Browse files
committed
fix #706
1 parent 5902bb2 commit d5906be

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/Configuration/TextCommands.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ public override void Load(string filePath) {
6767
UEssentials.Logger.LogError("Error: " + ex);
6868
LoadDefaults();
6969
}
70-
}
70+
} else {
71+
LoadDefaults();
72+
Save(filePath);
73+
}
7174
}
7275

7376
public struct TextCommandData {

src/Core/EssCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public sealed class EssCore : RocketPlugin {
7272
internal const string PLUGIN_VERSION = "999.0.0.0";
7373
#else
7474
// Real plugin version -- manually updated.
75-
internal const string PLUGIN_VERSION = "1.3.5.0";
75+
internal const string PLUGIN_VERSION = "1.3.5.1";
7676
#endif
7777

7878
#if EXPERIMENTAL

0 commit comments

Comments
 (0)