added player arrow to me fixes #76

This commit is contained in:
logsol 2014-07-18 17:34:17 +02:00
parent 8f2cf11e38
commit a58beb58d1
5 changed files with 92 additions and 3 deletions

View file

@ -41,6 +41,10 @@ function (Exception) {
remove: null,
update: null
},
playerArrow: {
createAndAdd: null,
update: null
},
preloadBar: {
update: null
},