We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f56eb commit 2efa284Copy full SHA for 2efa284
globals.gd
@@ -13,7 +13,6 @@ var actual_state: Array
13
func add_commits(nb: int):
14
if nb == 0:
15
return
16
- nb = 100
17
if nb:
18
self.first_commit = true
19
self.commits += nb
0 commit comments