This commit is contained in:
kookroach
2021-04-05 02:54:45 +02:00
parent 2176307a08
commit 12e7070343
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import game, { GlobalData } from "..";
import { INSPECT_MAX_BYTES } from "buffer";
let disableInputTimer;
export default class InputHelper {
@@ -27,10 +26,6 @@ export default class InputHelper {
this.value = undefined;
mp.events.add('closeinputhelper', this.finish);
mp.events.add("render", () => {
});
}
show() {