Replacing table.wipe with Details:Destroy()
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
end
|
||||
|
||||
function timeMachine:Reiniciar()
|
||||
table.wipe(self.tabelas[1])
|
||||
table.wipe(self.tabelas[2])
|
||||
Details:Destroy(self.tabelas[1])
|
||||
Details:Destroy(self.tabelas[2])
|
||||
self.tabelas = {{}, {}} --1 dano 2 cura
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user