diff --git a/src/scripting/properties/PlayerInterface.ts b/src/scripting/properties/PlayerInterface.ts index 6b835b4f..e5e5d703 100644 --- a/src/scripting/properties/PlayerInterface.ts +++ b/src/scripting/properties/PlayerInterface.ts @@ -17,7 +17,7 @@ export class PlayerInterface extends ScriptProperty { } toString() { - return `playerinterface ${this.isSliding === true ? '-s' : ''} ${this.value === true ? 'on' : 'off'}` + return `playerinterface ${this.isSliding === true ? '-s' : ''} ${this.value === true ? 'show' : 'hide'}` } static get on() {