made mode extensible

pull/34/head
Kirby703 2021-09-11 22:39:20 -04:00 committed by GitHub
parent 49775b9578
commit e78df19112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function PhantomMania2Game:onPieceLock(piece, cleared_row_count)
end
function PhantomMania2Game:onHold()
self.super.onHold()
self.super:onHold()
self.hold_age = 0
end