mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 14:38:07 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -308,7 +308,7 @@ bool Wolf::doHurtTarget(std::shared_ptr<Entity> target)
|
||||
return target->hurt(DamageSource::mobAttack(dynamic_pointer_cast<Mob>(shared_from_this())), damage);
|
||||
}
|
||||
|
||||
void Wolf::tame(const wstring &wsOwnerUUID, bool bDisplayTamingParticles, bool bSetSitting)
|
||||
void Wolf::tame(const std::wstring &wsOwnerUUID, bool bDisplayTamingParticles, bool bSetSitting)
|
||||
{
|
||||
setTame(true);
|
||||
setPath(NULL);
|
||||
|
||||
Reference in New Issue
Block a user