aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/esieequest/view/web/WebInterface.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/esieequest/view/web/WebInterface.java b/src/esieequest/view/web/WebInterface.java
index 1880bee..4366bff 100644
--- a/src/esieequest/view/web/WebInterface.java
+++ b/src/esieequest/view/web/WebInterface.java
@@ -322,6 +322,9 @@ class WebInterface extends Composite implements Viewable {
322 * Skips the currently player Scene. 322 * Skips the currently player Scene.
323 */ 323 */
324 private void skipScene() { 324 private void skipScene() {
325 if (this.timer == null) {
326 return;
327 }
325 if (this.timer.isRunning()) { 328 if (this.timer.isRunning()) {
326 this.timer.cancel(); 329 this.timer.cancel();
327 this.timer.run(); 330 this.timer.run();