Remove debug log

This commit is contained in:
Vortrex
2020-12-24 19:35:50 -06:00
parent 079ce2d8f3
commit b267d6acc9

View File

@@ -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);
});