chat commands: add ba high gamble command

This commit is contained in:
sdburns1998
2019-06-29 00:28:22 +02:00
parent a5d3e5de94
commit 63664fbac7
4 changed files with 76 additions and 6 deletions

View File

@@ -100,4 +100,4 @@ public class ChatController
{
return chatService.getHosts(world, location);
}
}
}

View File

@@ -117,4 +117,4 @@ public class ChatService
jedis.lrem(key, 0, json);
}
}
}
}