diff --git a/client/src/components/Map3D.jsx b/client/src/components/Map3D.jsx
index d5167be..30c4315 100644
--- a/client/src/components/Map3D.jsx
+++ b/client/src/components/Map3D.jsx
@@ -662,6 +662,11 @@ function Scene() {
))}
+ {/* Players */}
+ {players.map((player) => (
+
+ ))}
+
{/* Camera controls */}