Skip to content

Commit

Permalink
type error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Gatien-Baron committed Jun 9, 2011
1 parent 9e0d6b9 commit cc1fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_implementation.opa
Expand Up @@ -70,7 +70,7 @@ type S.implementation.state = {
server_starts = server_starts =
GameContent.equal_player(server_player, GameParameters.first_player) GameContent.equal_player(server_player, GameParameters.first_player)
game = Game.reset(state.game) game = Game.reset(state.game)
level = state.game.ia.level level = state.ia.level
if server_starts if server_starts
then ( then (
do Multitub.send_client(c_channel, { who_you_are = client_player ; ~level ; date = none }) do Multitub.send_client(c_channel, { who_you_are = client_player ; ~level ; date = none })
Expand Down

0 comments on commit cc1fb2a

Please sign in to comment.