changes to make joining a friends table possible

This commit is contained in:
Jeena Paradies 2011-05-03 18:34:19 +02:00
parent 726528985b
commit 8a574db360
8 changed files with 120 additions and 132 deletions

View file

@ -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);
}
}