Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = async function (ws, message, player) {
|
||||
if (player.isAlive) return;
|
||||
|
||||
player.setSingleEvent(14, 0);
|
||||
};
|
||||
Reference in New Issue
Block a user