minor changes
This commit is contained in:
parent
b7dad980e4
commit
badeb9b40f
1 changed files with 3 additions and 3 deletions
|
@ -391,8 +391,8 @@ The test results show that it is possible to design a server using the tools
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Abstract
|
\begin_layout Abstract
|
||||||
This thesis concludes that simple games can easily be developed work reliably
|
This thesis concludes that simple games can easily be developed to work
|
||||||
by while making use of a generic server.
|
reliably by making use of a generic server.
|
||||||
It should be worthwhile attempting to develop more advanced games using
|
It should be worthwhile attempting to develop more advanced games using
|
||||||
the same techniques as those described in this thesis.
|
the same techniques as those described in this thesis.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
@ -7370,7 +7370,7 @@ function message(player_id, message) {
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
GGS.sendCommandToAll('message', nick + "> " + message);
|
GGS.sendCommandToAll("message", nick + "> " + message);
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue