Browse Source

Merge pull request #4989 from fopor/patch-1

Fix small typo
Rémi Verschelde 4 years ago
parent
commit
82ea79d825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/networking/high_level_multiplayer.rst

+ 1 - 1
tutorials/networking/high_level_multiplayer.rst

@@ -495,7 +495,7 @@ a dedicated server with no GPU available. See
 
 
     The bomberman example here is largely for illustrational purposes, and does not
     The bomberman example here is largely for illustrational purposes, and does not
     do anything on the host-side to handle the case where a peer uses a custom client
     do anything on the host-side to handle the case where a peer uses a custom client
-    to cheat by for example refusing to to stun itself. In the current implementation
+    to cheat by for example refusing to stun itself. In the current implementation
     such cheating is perfectly possible because each client is the network master of
     such cheating is perfectly possible because each client is the network master of
     its own player, and the network master of a player is the one which decides whether
     its own player, and the network master of a player is the one which decides whether
     to call the I-was-stunned method (``stun``) on all of the other peers and itself.
     to call the I-was-stunned method (``stun``) on all of the other peers and itself.