Browse Source

Fixed a 'typo'

tags/v0.1.2
bigbadwaffle 7 years ago
parent
commit
f1fe109bba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/ui/templates/target/target.js

+ 1
- 1
src/client/ui/templates/target/target.js View File

@@ -21,7 +21,7 @@ define([

onContextMenu: function(e) {
var target = this.target;
if ((e.button != 2) || (!target) || (!target.dialogue) || (target == window.player) || (th))
if ((e.button != 2) || (!target) || (!target.dialogue) || (target == window.player) || (target.player))
return;

var context = [


Loading…
Cancel
Save