Browse Source

fix `Cheatmenu` pre-start

Stephan Fuchs 3 months ago
parent
commit
29ae31a3e3
1 changed files with 4 additions and 3 deletions
  1. 4 3
      sugarcube/src/sidebar/Sidebar.tw

+ 4 - 3
sugarcube/src/sidebar/Sidebar.tw

@@ -1,10 +1,11 @@
 :: Sidebar
 
-<<if $DEBUGGING>>
-	<<cheatMenu>>
-<</if>>
+
 
 <<if $init_complete>>
+	<<if $DEBUGGING>>
+		<<cheatMenu>>
+	<</if>>
     <<include "Sidebar_menu_on">>
 <</if>>
 <<debug>>