Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

9 lines
263 B
Lua

-- remove existing guis
for __,player in pairs(game.players) do
for __,gui in pairs(player.gui.relative.children) do
if gui and gui.valid and gui.get_mod() == script.mod_name then gui.destroy() end
end
end
log("Even Distribution: Migrated to version 1.0.1")