mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
cleared items of player fingerprints (lastMovedBy). fixes #92
This commit is contained in:
parent
bd7edc779e
commit
6233588e63
4 changed files with 23 additions and 102 deletions
|
|
@ -14,6 +14,9 @@ function (Parent) {
|
|||
|
||||
Item.prototype = Object.create(Parent.prototype);
|
||||
|
||||
Item.prototype.getLastMovedBy = function() {
|
||||
return this.lastMoved;
|
||||
}
|
||||
|
||||
Item.prototype.setLastMovedBy = function(player) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue