Update cs_individualProgression.cpp

This commit is contained in:
Grimfeather
2025-08-06 14:42:31 +02:00
committed by GitHub
parent c21a506c35
commit c2e7edf16f

View File

@@ -45,7 +45,7 @@ public:
}
static bool HandleTeleIndividualProgressionCommand(ChatHandler* handler, Optional<PlayerIdentifier> player, string location)
static bool HandleTeleIndividualProgressionCommand(ChatHandler* handler, Optional<PlayerIdentifier> player, std::string location)
{
player = PlayerIdentifier::FromTargetOrSelf(handler);