1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 02:15:22 +02:00

ServerRemotePlayer implements ServerActiveObject

This commit is contained in:
Perttu Ahola
2011-11-12 15:41:29 +02:00
parent ddaff2d653
commit 0b97ad8384
5 changed files with 39 additions and 34 deletions

View File

@@ -29,5 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define ACTIVEOBJECT_TYPE_LUAENTITY 7
// Special type, not stored in active object lists
#define ACTIVEOBJECT_TYPE_PLAYER 100
#endif