From 37e1e7a100d84d36199ebfb6b36325e2ab62e4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez=20Guimaraes?= Date: Fri, 31 Jul 2026 16:40:43 +0100 Subject: [PATCH] fix(datastore): rename player config to global config --- nex/datastore/super-mario-maker/get_application_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nex/datastore/super-mario-maker/get_application_config.go b/nex/datastore/super-mario-maker/get_application_config.go index 04ff783..f4329e9 100644 --- a/nex/datastore/super-mario-maker/get_application_config.go +++ b/nex/datastore/super-mario-maker/get_application_config.go @@ -26,7 +26,7 @@ func GetApplicationConfig(err error, packet nex.PacketInterface, callID uint32, var config []uint32 switch applicationID { - case 0: // * Player config? + case 0: // * Global config? config = getApplicationConfig_GlobalConfig() case 1: // * PIDs of the "Official" makers in the "MAKERS" section config = getApplicationConfig_OfficialMakers()