Skip to content

Commit c039094

Browse files
ScribblePancakeTAS
Scribble
authored andcommitted
Whoops
1 parent c863487 commit c039094

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/de/scribble/lp/tasmod/recording/InputRecorder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ private static String getStartLocation() {
119119
*/
120120
public static void recordTick() {
121121
if(recording) {
122-
// if(!Display.isActive()) {
123-
// stopRecording();
124-
// }
125-
if(VirtualKeybindings.isKeyDown(ClientProxy.stopkey)) {
122+
if(!Display.isActive()) {
126123
stopRecording();
127124
}
128-
if(Keyboard.isKeyDown(Keyboard.KEY_P)) {
129-
pauseRecording=!pauseRecording;
125+
if(VirtualKeybindings.isKeyDown(ClientProxy.stopkey)) {
126+
stopRecording();
130127
}
128+
// if(Keyboard.isKeyDown(Keyboard.KEY_P)) {
129+
// pauseRecording=!pauseRecording;
130+
// }
131131
if (pauseRecording) {
132132
return;
133133
}

0 commit comments

Comments
 (0)