changes to make joining a friends table possible
This commit is contained in:
parent
726528985b
commit
8a574db360
8 changed files with 120 additions and 132 deletions
|
@ -20,4 +20,4 @@ function changeNick(player_id, nick) {
|
|||
function message(player_id, message) {
|
||||
var nick = GGS.localStorage.getItem("nick_" + player_id);
|
||||
GGS.sendCommandToAll('message', nick + "> " + message);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue