fixed some statement i guess

This commit is contained in:
meowtech 2026-05-26 21:12:54 +00:00
parent 3e368b713c
commit 72b35b8a13

View file

@ -326,7 +326,7 @@ class Scene_Map
# Chroma.playAnim("chroma/Random_Keyboard.chroma", false);
#end
# If debug mode is ON and F9 key was pressed
if Input.press?(Input::F9) && Settings[:debug] = true
if Input.press?(Input::F9) && Settings[:debug] == true
# Set debug calling flag
$game_temp.debug_calling = true
end