mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 22:53:33 +08:00
new UXAssist and CheatEnabler release
This commit is contained in:
@@ -237,15 +237,12 @@ public class FactoryPatch: PatchImpl<FactoryPatch>
|
||||
{
|
||||
if (NoConditionEnabled.Value)
|
||||
{
|
||||
CheatEnabler.Logger.LogDebug("A");
|
||||
w.criticalWarningTexts = "Build without condition is enabled!".Translate() + "\r\n";
|
||||
}
|
||||
else if (NoCollisionEnabled.Value)
|
||||
{
|
||||
CheatEnabler.Logger.LogDebug("B");
|
||||
w.criticalWarningTexts = "No collision is enabled!".Translate() + "\r\n";
|
||||
}
|
||||
CheatEnabler.Logger.LogDebug("C");
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user