Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
57dc780832
Commit
312eff810d
@ -126,7 +126,11 @@ public class FightStatistics {
|
|||||||
FightSystem.getEventFight().setFight(fightId);
|
FightSystem.getEventFight().setFight(fightId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
setReplay(fightId, new FileInputStream(FileRecorder.getFile()));
|
setReplay(fightId, new FileInputStream(FileRecorder.getFile()));
|
||||||
|
}catch(Exception e){
|
||||||
|
Bukkit.getLogger().log(Level.INFO, "Failed to save replay", e);
|
||||||
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
Bukkit.getLogger().log(Level.SEVERE, "Failed to save statistics", e);
|
Bukkit.getLogger().log(Level.SEVERE, "Failed to save statistics", e);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren