From 95af8d4cddd398b910d4fddc4abba26b8774cca1 Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Tue, 3 Sep 2019 20:51:04 +0200 Subject: [PATCH] fixed drant bugs --- ReallifeGamemode.Client/Player/reportmenu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/Player/reportmenu.ts b/ReallifeGamemode.Client/Player/reportmenu.ts index 9945afcf..f7630f30 100644 --- a/ReallifeGamemode.Client/Player/reportmenu.ts +++ b/ReallifeGamemode.Client/Player/reportmenu.ts @@ -114,8 +114,8 @@ export default function reportList(globalData: GlobalData) { var content = JSON.stringify(data); - mp.gui.chat.push(content); - mp.gui.chat.push(type); + //mp.gui.chat.push(content); + //mp.gui.chat.push(type); mp.events.callRemote("requestReport", type, content); mp.events.call("SERVER:CloseReportMenu");