aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/PlayerList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/PlayerList.h')
-rw-r--r--Minecraft.Client/PlayerList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/PlayerList.h b/Minecraft.Client/PlayerList.h
index 6a6ee94c..03ed2398 100644
--- a/Minecraft.Client/PlayerList.h
+++ b/Minecraft.Client/PlayerList.h
@@ -64,7 +64,7 @@ public:
public:
PlayerList(MinecraftServer *server);
~PlayerList();
- void placeNewPlayer(Connection *connection, shared_ptr<ServerPlayer> player, shared_ptr<LoginPacket> packet);
+ bool placeNewPlayer(Connection *connection, shared_ptr<ServerPlayer> player, shared_ptr<LoginPacket> packet);
protected:
void updateEntireScoreboard(ServerScoreboard *scoreboard, shared_ptr<ServerPlayer> player);