And they call it a mine!
This commit is contained in:
parent
319d5d666b
commit
8ad25150a2
@ -565,7 +565,7 @@ void GroundSpawn::HandleUse(Client* client, string type){
|
|||||||
|
|
||||||
MHarvestUse.lock();
|
MHarvestUse.lock();
|
||||||
std::string typeLwr = ToLower(type);
|
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();
|
type = GetHarvestSpellType();
|
||||||
|
|
||||||
if (type == GetHarvestSpellType() && MeetsSpawnAccessRequirements(client->GetPlayer())) {
|
if (type == GetHarvestSpellType() && MeetsSpawnAccessRequirements(client->GetPlayer())) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user