mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Always play pop sounds for commits and refs
This commit is contained in:
parent
c53f6aa009
commit
8548074be4
2 changed files with 2 additions and 2 deletions
scenes
|
@ -18,7 +18,7 @@ func cd(dir):
|
|||
# Run a shell command given as a string. Run this if you're interested in the
|
||||
# output of the command.
|
||||
func run(command, crash_on_fail=true):
|
||||
var debug = true
|
||||
var debug = false
|
||||
|
||||
if debug:
|
||||
print("$ %s" % command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue