typo
This commit is contained in:
parent
b2bd1d4e1d
commit
14fd41ef04
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ data ServerMessage
|
||||||
| ProvideInitialWizard -- ^ Message containing a newly created player character
|
| ProvideInitialWizard -- ^ Message containing a newly created player character
|
||||||
{ initWizard :: Wizard
|
{ initWizard :: Wizard
|
||||||
}
|
}
|
||||||
| Ping -- ^ A servers's heartbeat request
|
| Ping -- ^ A server's heartbeat request
|
||||||
{ pingID :: UUID -- ^ The random ID of the heartbeat request. NOT THE CLIENT'S 'UUID'!
|
{ pingID :: UUID -- ^ The random ID of the heartbeat request. NOT THE CLIENT'S 'UUID'!
|
||||||
}
|
}
|
||||||
| TickUpdate -- ^ The Server's state update to the clients
|
| TickUpdate -- ^ The Server's state update to the clients
|
||||||
|
|
Loading…
Reference in a new issue