We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cd4b0 commit 3f98586Copy full SHA for 3f98586
src/plugins/objects/ladders/ladder.plugin.ts
@@ -45,7 +45,6 @@ export const action: objectInteractionActionHandler = (details) => {
45
newPosition.x--;
46
}
47
48
- console.log(newPosition);
49
if (!validate(newPosition.level)) return;
50
if (!details.objectConfig.name.startsWith('Stair')) {
51
player.playAnimation(up ? 828 : 827);
0 commit comments