Skip to content

Commit

Permalink
fix bug causing AI section to not activate
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Feb 12, 2020
1 parent e31ab48 commit 66021f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/debug/ai/AI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<svelte:window on:keydown={OnKeyDown}/>

<section>
{#if client.ai && !client.multiplayer}
{#if client.game.ai && !client.multiplayer}
<section>
<h3>Controls</h3>
<li>
Expand Down

0 comments on commit 66021f7

Please sign in to comment.