diff --git a/dGame/dUtilities/SlashCommands/GMZeroCommands.cpp b/dGame/dUtilities/SlashCommands/GMZeroCommands.cpp index 3b943b8c..d071776f 100644 --- a/dGame/dUtilities/SlashCommands/GMZeroCommands.cpp +++ b/dGame/dUtilities/SlashCommands/GMZeroCommands.cpp @@ -236,7 +236,7 @@ namespace GMZeroCommands { return; } - auto itemId = GeneralUtils::TryParse(splitArgs[1]); + auto itemId = GeneralUtils::TryParse(splitArgs[1]); if (!itemId.has_value()) { ChatPackets::SendSystemMessage(sysAddr, u"Invalid item ID.");