fix a typo

This commit is contained in:
depyraken 2016-04-02 18:25:33 +02:00
parent 27cedc9a2d
commit def24122b3

View file

@ -1796,7 +1796,8 @@
<STRING>// $botEid, $playerEid</STRING> <STRING>// $botEid, $playerEid</STRING>
<STRING>BCaddPlayer(){</STRING> <STRING>BCaddPlayer(){</STRING>
<STRING> BCP = 0;</STRING> <STRING> BCP = 0;</STRING>
<STRING> switch(v0){ // No one is fishing</STRING> <STRING> switch(v0){</STRING>
<STRING> case 0:{ // No one is fishing</STRING>
<STRING> NoOneIsFishing();</STRING> <STRING> NoOneIsFishing();</STRING>
<STRING> }</STRING> <STRING> }</STRING>
<STRING> case 1:{ // P1 is already fishing</STRING> <STRING> case 1:{ // P1 is already fishing</STRING>