mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r21304) -Fix (r21005): some typos in documentation (Xaroth)
This commit is contained in:
parent
3302a520f4
commit
33d71aff32
@ -59,7 +59,7 @@ Admin Network
|
|||||||
Once you have received ADMIN_PACKET_SERVER_WELCOME you are connected and
|
Once you have received ADMIN_PACKET_SERVER_WELCOME you are connected and
|
||||||
authorized to do your thing.
|
authorized to do your thing.
|
||||||
The server will not provide any game related updates unless you ask for them.
|
The server will not provide any game related updates unless you ask for them.
|
||||||
There are four packets the serve will none the less send, if applicable:
|
There are four packets the server will none the less send, if applicable:
|
||||||
- ADMIN_PACKET_SERVER_ERROR
|
- ADMIN_PACKET_SERVER_ERROR
|
||||||
- ADMIN_PACKET_SERVER_WELCOME
|
- ADMIN_PACKET_SERVER_WELCOME
|
||||||
- ADMIN_PACKET_SERVER_NEWGAME
|
- ADMIN_PACKET_SERVER_NEWGAME
|
||||||
@ -143,8 +143,8 @@ Admin Network
|
|||||||
|
|
||||||
Note: No additional authentication is required for rcon commands.
|
Note: No additional authentication is required for rcon commands.
|
||||||
|
|
||||||
The server will reply with a ADMIN_PACIKET_SERVER_RCON packet. Applications
|
The server will reply with a ADMIN_PACKET_SERVER_RCON packet. Applications
|
||||||
will not receive the answer twice if they ave asked for the AdminUpdateType
|
will not receive the answer twice if they have asked for the AdminUpdateType
|
||||||
ADMIN_UPDATE_CONSOLE, as the result is not printed on the servers console
|
ADMIN_UPDATE_CONSOLE, as the result is not printed on the servers console
|
||||||
(just like clients rcon commands).
|
(just like clients rcon commands).
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ Admin Network
|
|||||||
7. Disconnecting
|
7. Disconnecting
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
It is a kind thing to say good bye before leaving. Do this sending the
|
It is a kind thing to say good bye before leaving. Do this by sending the
|
||||||
ADMIN_PACKET_ADMIN_QUIT packet.
|
ADMIN_PACKET_ADMIN_QUIT packet.
|
||||||
|
|
||||||
|
|
||||||
@ -193,7 +193,7 @@ Admin Network
|
|||||||
All ADMIN_PACKET_SERVER_* packets have an enum value greater 100.
|
All ADMIN_PACKET_SERVER_* packets have an enum value greater 100.
|
||||||
|
|
||||||
ADMIN_PACKET_SERVER_WELCOME
|
ADMIN_PACKET_SERVER_WELCOME
|
||||||
Either directly follows ADMIN_PACKET_SERVER_PROTOCOL or is send
|
Either directly follows ADMIN_PACKET_SERVER_PROTOCOL or is sent
|
||||||
after a new game has been started or a map loaded, i.e. also
|
after a new game has been started or a map loaded, i.e. also
|
||||||
after ADMIN_PACKET_SERVER_NEWGAME.
|
after ADMIN_PACKET_SERVER_NEWGAME.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user