fixed drant bugs

This commit is contained in:
aviate
2019-09-03 20:51:04 +02:00
parent 60ce2173fb
commit 95af8d4cdd

View File

@@ -114,8 +114,8 @@ export default function reportList(globalData: GlobalData) {
var content = JSON.stringify(data); var content = JSON.stringify(data);
mp.gui.chat.push(content); //mp.gui.chat.push(content);
mp.gui.chat.push(type); //mp.gui.chat.push(type);
mp.events.callRemote("requestReport", type, content); mp.events.callRemote("requestReport", type, content);
mp.events.call("SERVER:CloseReportMenu"); mp.events.call("SERVER:CloseReportMenu");