RecordSystem (Beta) #199
@ -35,7 +35,7 @@ public class FileRecorder extends Recorder {
|
||||
|
||||
public FileRecorder(){
|
||||
super();
|
||||
File file = new File(FightSystem.getPlugin().getDataFolder(), "recording");
|
||||
File file = new File(FightSystem.getPlugin().getDataFolder(), "recording.recording");
|
||||
try{
|
||||
file.createNewFile();
|
||||
outputStream = new DataOutputStream(new GZIPOutputStream(new FileOutputStream(file), 4096));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren