conf editor bug fix
This commit is contained in:
@@ -6,6 +6,6 @@ public static class Global
|
||||
public static readonly string BR = Environment.NewLine;
|
||||
public static readonly string BR2 = Environment.NewLine + Environment.NewLine;
|
||||
public static readonly MainPlayer Player = new MainPlayer();
|
||||
public static readonly MainPlayer Core = Player; // backward compatibility
|
||||
public static readonly MainPlayer Core = Player; // deprecated
|
||||
public static readonly AppClass App = new AppClass();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user