From ab017777ae54d8a060564c1878301bc8dde9dd1e Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 21 Oct 2018 12:49:06 +0200 Subject: [PATCH] Removed unnecessary lines in index.js --- Client/Save/save.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Client/Save/save.js b/Client/Save/save.js index 33a1ed72..0d57b9e3 100644 --- a/Client/Save/save.js +++ b/Client/Save/save.js @@ -20,9 +20,4 @@ function saveData() { function cancelData() { mp.trigger("cancelData"); -} - -function getType() { - mp.gui.chat.push("getType"); - return typ; } \ No newline at end of file