mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Move RemotePlayer code to its own cpp/header
This commit is contained in:
@@ -107,7 +107,7 @@ PlayerSAO* ObjectRef::getplayersao(ObjectRef *ref)
|
||||
return (PlayerSAO*)obj;
|
||||
}
|
||||
|
||||
RemotePlayer* ObjectRef::getplayer(ObjectRef *ref)
|
||||
RemotePlayer *ObjectRef::getplayer(ObjectRef *ref)
|
||||
{
|
||||
PlayerSAO *playersao = getplayersao(ref);
|
||||
if (playersao == NULL)
|
||||
|
Reference in New Issue
Block a user