Replacing table.wipe with Details:Destroy()

This commit is contained in:
Tercio Jose
2023-05-22 15:31:29 -03:00
parent fa0d1e1d08
commit 0cdfa2b900
40 changed files with 1205 additions and 1322 deletions
+2 -2
View File
@@ -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