|
|
@@ -28,10 +28,7 @@ namespace GamecraftScripting.Commands |
|
|
|
CommandRegistrationHelper.Unregister("PythonVersion"); |
|
|
|
CommandRegistrationHelper.Unregister("PythonSearchPathes"); |
|
|
|
CommandRegistrationHelper.Unregister("ToggleIDE"); |
|
|
|
if (isEnabledIDE) |
|
|
|
{ |
|
|
|
toggleIDE(); |
|
|
|
} |
|
|
|
isEnabledIDE = false; |
|
|
|
} |
|
|
|
|
|
|
|
public void Ready() |
|
|
|