fix a typo
This commit is contained in:
parent
27cedc9a2d
commit
def24122b3
1 changed files with 2 additions and 1 deletions
|
@ -1796,7 +1796,8 @@
|
|||
<STRING>// $botEid, $playerEid</STRING>
|
||||
<STRING>BCaddPlayer(){</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> }</STRING>
|
||||
<STRING> case 1:{ // P1 is already fishing</STRING>
|
||||
|
|
Loading…
Reference in a new issue