Add fileSuffix .recording
Dieser Commit ist enthalten in:
Ursprung
8d33e25bec
Commit
6db5d46af3
@ -35,7 +35,7 @@ public class FileRecorder extends Recorder {
|
|||||||
|
|
||||||
public FileRecorder(){
|
public FileRecorder(){
|
||||||
super();
|
super();
|
||||||
File file = new File(FightSystem.getPlugin().getDataFolder(), "recording");
|
File file = new File(FightSystem.getPlugin().getDataFolder(), "recording.recording");
|
||||||
try{
|
try{
|
||||||
file.createNewFile();
|
file.createNewFile();
|
||||||
outputStream = new DataOutputStream(new GZIPOutputStream(new FileOutputStream(file), 4096));
|
outputStream = new DataOutputStream(new GZIPOutputStream(new FileOutputStream(file), 4096));
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren