diff --git a/scripts/server/client.js b/scripts/server/client.js index c7078527..6e1e326d 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -124,7 +124,6 @@ addNetworkHandler("ag.heldKey", function(client, key) { // --------------------------------------------------------------------------- addNetworkHandler("ag.player.sync", function(client, position, heading) { - //console.log(`POS: ${position}, X: ${position.x}, Y: ${position.y}, Z: ${position.z}`); setEntityData(client, "ag.position", position, true); setEntityData(client, "ag.heading", heading, true); });