online multiplayer chess game (note server currently down)
Diffstat (limited to 'pieces/King.gd')
| -rw-r--r-- | pieces/King.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pieces/King.gd b/pieces/King.gd index 7360054..5411676 100644 --- a/pieces/King.gd +++ b/pieces/King.gd @@ -85,7 +85,7 @@ func castle(position: Vector2) -> String: return_string = i[3] break can_castle.clear() - moveto(position, true, false, true) + moveto(position, true) return return_string |