File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Source/ModuleManagerWatchDog Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PROJECTSDIR="$PACKAGE/"
77VERSIONFILE = "ModuleManagerWatchDog.version"
88
99GD_DLLS = "ModuleManagerWatchDog"
10- GD_PRIORITY = "zzz "
10+ GD_PRIORITY = "666 "
1111DLLS = ""
1212
1313
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ namespace <#= PROJECT_NAME #>
8484 public const int build = <#= build #>;
8585 public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
8686#if DEBUG
87- public const string Text = Number + " /L Alpha DEBUG";
87+ public const string Text = Number + " /L DEBUG";
8888#else
89- public const string Text = Number + " /L Alpha ";
89+ public const string Text = Number + " /L";
9090#endif
9191 }
9292}
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ public static class Log
2525 {
2626 internal static void force ( string msg , params object [ ] @params )
2727 {
28- UnityEngine . Debug . LogFormat ( "[ModuleManagerWatchDog]" + msg , @params ) ;
28+ UnityEngine . Debug . LogFormat ( "[ModuleManagerWatchDog] " + msg , @params ) ;
2929 }
3030
3131 internal static void info ( string msg , params object [ ] @params )
3232 {
33- UnityEngine . Debug . LogFormat ( "[ModuleManagerWatchDog] INFO: ß " + msg , @params ) ;
33+ UnityEngine . Debug . LogFormat ( "[ModuleManagerWatchDog] INFO: " + msg , @params ) ;
3434 }
3535
3636 internal static void detail ( string msg , params object [ ] @params )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ deploy_gamedata() {
3838 local DLL=$2 .dll
3939
4040 if [ -f " ./bin/Release/$DLL " ] ; then
41- cp " ./bin/Release/$DLL " " ./GameData/000_ $DLL "
41+ cp " ./bin/Release/$DLL " " ./GameData/${PLACE} _ $DLL "
4242 if [ -d " ${KSP_DEV} /GameData/" ] ; then
4343 cp " ./bin/Release/$DLL " " ${KSP_DEV/ } GameData/${PLACE} _$DLL "
4444 fi
You can’t perform that action at this time.
0 commit comments