ich bin nur wegen dem kohl hier

This commit is contained in:
hydrant
2020-04-17 18:23:08 +02:00
parent 21c47197ec
commit b04db84b38
2 changed files with 0 additions and 4 deletions

View File

@@ -227,9 +227,6 @@ export default function factionInteraction(globalData: IGlobalData) {
mp.events.add("showMedicTasks", (type, taskList) => {
mp.gui.chat.push("zeuch kam an");
mp.gui.chat.push("type = " + type.toString());
tasks = JSON.parse(taskList);
if (sorting === 0) {
initTasks = tasks;

View File

@@ -64,7 +64,6 @@ namespace ReallifeGamemode.Server.Factions.Medic
[RemoteEvent("loadMedicTasks")]
public void LoadMedicTasks(Player player, int type)
{
ChatService.Broadcast("sende das zeuch jetzt rüber amk");
switch (type)
{
case 0: