Skip to content

Commit 43e19fa

Browse files
authored
[FileCommands] Refactor, documentation and fixes (#232)
- Fixed #231
2 parents f806a5e + 150c609 commit 43e19fa

File tree

13 files changed

+637
-252
lines changed

13 files changed

+637
-252
lines changed

src/main/java/com/minecrafttas/tasmod/events/EventPlaybackClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ public interface EventRecordClear extends EventBase {
8282
/**
8383
* Fired when a recording is cleared
8484
*/
85-
public void onClear();
85+
public void onRecordingClear();
8686
}
8787
}

0 commit comments

Comments
 (0)