1
0

And they call it a mine!

This commit is contained in:
Emagi 2025-05-11 21:03:16 -04:00
parent 319d5d666b
commit 8ad25150a2

View File

@ -565,7 +565,7 @@ void GroundSpawn::HandleUse(Client* client, string type){
MHarvestUse.lock();
std::string typeLwr = ToLower(type);
if(client->GetVersion() <= 561 && (typeLwr == "" || typeLwr == "collect" || typeLwr == "gather" || typeLwr == "chop"))
if(client->GetVersion() <= 561 && (typeLwr == "" || typeLwr == "collect" || typeLwr == "gather" || typeLwr == "chop" || typeLwr == "mine"))
type = GetHarvestSpellType();
if (type == GetHarvestSpellType() && MeetsSpawnAccessRequirements(client->GetPlayer())) {