We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c863487 commit c039094Copy full SHA for c039094
src/main/java/de/scribble/lp/tasmod/recording/InputRecorder.java
@@ -119,15 +119,15 @@ private static String getStartLocation() {
119
*/
120
public static void recordTick() {
121
if(recording) {
122
-// if(!Display.isActive()) {
123
-// stopRecording();
124
-// }
125
- if(VirtualKeybindings.isKeyDown(ClientProxy.stopkey)) {
+ if(!Display.isActive()) {
126
stopRecording();
127
}
128
- if(Keyboard.isKeyDown(Keyboard.KEY_P)) {
129
- pauseRecording=!pauseRecording;
+ if(VirtualKeybindings.isKeyDown(ClientProxy.stopkey)) {
+ stopRecording();
130
+// if(Keyboard.isKeyDown(Keyboard.KEY_P)) {
+// pauseRecording=!pauseRecording;
+// }
131
if (pauseRecording) {
132
return;
133
0 commit comments