Added minor Comments

This commit is contained in:
Menithal 2017-06-14 22:24:18 +03:00
parent a1c2f71f30
commit 112f186304

View file

@ -2487,6 +2487,7 @@ bool MyAvatar::isInAir() {
}
bool MyAvatar::getFlyingEnabled() {
// May return true even if client is not allowed to fly in the zone.
return _enableFlying;
}