diff --git a/source/main.lua b/source/main.lua index 73f8b40..8fd1369 100644 --- a/source/main.lua +++ b/source/main.lua @@ -113,6 +113,7 @@ end memory.hook("menu.player_one_port", "Controller port that is acting as player 1", function(port) if memory.menu.major == MENU_VS_UNKNOWN and PANEL_SETTINGS:IsSlippiNetplay() and PANEL_SETTINGS:IsSlippiAutoPortEnabled() then PORT = port + log.debug("[AUTOPORT] Player \"one\" port changed %d", PORT+1) end end)