Skip to content

Commit 4dea23b

Browse files
committed
v21.1.0.3
1 parent b7d0ec0 commit 4dea23b

7 files changed

Lines changed: 3832 additions & 636 deletions

File tree

source/FIFA21.CETRAINER

Lines changed: 2410 additions & 547 deletions
Large diffs are not rendered by default.

source/lua/GUI/forms/mainform/manager.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function thisFormManager:assign_current_form_events()
9494
end
9595

9696
self.frm.PlayersEditorBtn.OnClick = function(sender)
97-
--PlayersEditorForm.show()
98-
ShowMessage("Players Editor is not ready yet.\nWill be updated in one of the next updates.\nCheck Patreon/Discord to not miss it.")
97+
PlayersEditorForm.show()
98+
-- ShowMessage("Players Editor is not ready yet.\nWill be updated in one of the next updates.\nCheck Patreon/Discord to not miss it.")
9999
end
100100

101101
self.frm.PlayersEditorBtn.OnMouseEnter = function(sender)

0 commit comments

Comments
 (0)