Browse Source

remove money-cheat;

master
Nero Ignis 3 years ago
parent
commit
233956356f
  1. 2
      src/components/StatusBar.vue

2
src/components/StatusBar.vue

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
</div>
<div>
Money: <span @click="$store.commit('alphaAddMoney')">{{ $store.state.player.money.toLocaleString() }}$</span>
Money: <span>{{ $store.state.player.money.toLocaleString() }}$</span>
</div>
</div>
</div>

Loading…
Cancel
Save