mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-04-15 11:42:23 +00:00
remove #if thing
This commit is contained in:
parent
16fc8eedcb
commit
2f680398aa
@ -245,7 +245,6 @@ public class QSBCore : ModBehaviour
|
||||
IncompatibleModsAllowed = config.GetSettingsValue<bool>("incompatibleModsAllowed");
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
private void Update()
|
||||
{
|
||||
if (Keyboard.current[Key.Q].isPressed && Keyboard.current[Key.D].wasPressedThisFrame)
|
||||
@ -260,7 +259,6 @@ public class QSBCore : ModBehaviour
|
||||
DebugLog.ToConsole($"DEBUG MODE = {DebugSettings.DebugMode}");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user