Merge pull request #459 from gnarf/meta-key
Also allow meta click on nickname for player tracker to support os x
This commit is contained in:
commit
b0ad122800
@ -382,7 +382,7 @@ window.plugin.playerTracker.centerMapOnUser = function(nick) {
|
||||
}
|
||||
|
||||
window.plugin.playerTracker.onNicknameClicked = function(info) {
|
||||
if (info.event.ctrlKey) {
|
||||
if (info.event.ctrlKey || info.event.metaKey) {
|
||||
plugin.playerTracker.centerMapOnUser(info.nickname);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user