We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902bb2 commit d5906beCopy full SHA for d5906be
2 files changed
src/Configuration/TextCommands.cs
@@ -67,7 +67,10 @@ public override void Load(string filePath) {
67
UEssentials.Logger.LogError("Error: " + ex);
68
LoadDefaults();
69
}
70
- }
+ } else {
71
+ LoadDefaults();
72
+ Save(filePath);
73
+ }
74
75
76
public struct TextCommandData {
src/Core/EssCore.cs
@@ -72,7 +72,7 @@ public sealed class EssCore : RocketPlugin {
internal const string PLUGIN_VERSION = "999.0.0.0";
#else
// Real plugin version -- manually updated.
- internal const string PLUGIN_VERSION = "1.3.5.0";
+ internal const string PLUGIN_VERSION = "1.3.5.1";
#endif
77
78
#if EXPERIMENTAL
0 commit comments