Skip to content

Commit

Permalink
fix(sockets): removeplayer function paylod -> payload
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRHavoc committed Jun 11, 2019
1 parent ead5fc2 commit 0a5de15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .versionrc
@@ -1,9 +1,6 @@

{
"changelogHeader" : "# Changelog\n",
"skip": {
"bump": true
},
"commit-all": true,
"types": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/sockets.js
Expand Up @@ -128,7 +128,7 @@ const SocketController = (access) => {
delete playerData[identifier];
websocketServer.broadcast(JSON.stringify({
type: "playerLeft",
paylod: identifier
payload: identifier
}));
};
const AddBlip = (blip) => {
Expand Down

0 comments on commit 0a5de15

Please sign in to comment.