cleared items of player fingerprints (lastMovedBy). fixes #92

This commit is contained in:
Logsol 2015-05-03 12:45:35 +02:00
parent bd7edc779e
commit 6233588e63
4 changed files with 23 additions and 102 deletions

View file

@ -14,6 +14,9 @@ function (Parent) {
Item.prototype = Object.create(Parent.prototype);
Item.prototype.getLastMovedBy = function() {
return this.lastMoved;
}
Item.prototype.setLastMovedBy = function(player) {