소스 검색

Fixed a 'typo'

tags/v0.1.2
bigbadwaffle 7 년 전
부모
커밋
f1fe109bba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/client/ui/templates/target/target.js

+ 1
- 1
src/client/ui/templates/target/target.js 파일 보기

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


onContextMenu: function(e) { onContextMenu: function(e) {
var target = this.target; 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; return;


var context = [ var context = [


불러오는 중...
취소
저장