342343344345346347348349350351352
activePlayers.execute(new Runnable() { public void run() { PlayerStop stop = new PlayerStop(client, httpUri); stop.setPlayerId(activePlayers.getPlayerId()); stop.execute(); } }); } public void showNotification(String title, String message) {