fix(datastore): rename player config to global config

This commit is contained in:
Daniel López Guimaraes
2026-07-31 16:40:43 +01:00
parent 5a2001fb06
commit 37e1e7a100

View File

@@ -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()