1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

fixed typo

This commit is contained in:
grilledham 2018-06-28 18:28:39 +01:00
parent 24621a2968
commit 1c2f699676

View File

@ -59,7 +59,7 @@ end
function Gui.destroy(element)
Gui.remove_data_recursivly(element)
element.destory()
element.destroy()
end
function Gui.clear(element)