Binato/server/Packets/ChangeAction.js

3 lines
86 B
JavaScript
Raw Normal View History

2020-08-27 13:09:35 +01:00
module.exports = function(currentUser, data) {
currentUser.updatePresence(data);
}