Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
2767mr committed May 26, 2018
1 parent 1e1867a commit e3ed62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var MmoConnection = function(multiplayer, address){
var indentified;

this.identify = function(userName){
socket.emit('indentify', userName);
socket.emit('identify', userName);
}


Expand Down

0 comments on commit e3ed62a

Please sign in to comment.