Funktionsaufruf AddPlayer gefixt
This commit is contained in:
parent
4cb52c6a5f
commit
eabb79a176
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ws.onmessage = function(evt){
|
||||||
else {
|
else {
|
||||||
newPlayer.Tick = tickType;
|
newPlayer.Tick = tickType;
|
||||||
}
|
}
|
||||||
Add(newPlayer);
|
AddPlayer(newPlayer);
|
||||||
PlayerList();
|
PlayerList();
|
||||||
CurrentPlayer();
|
CurrentPlayer();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue