PocketMine / RubberBand

A multithreaded frontend proxy with multiple servers, lobbies and load balancing. For PocketMine-MP
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Error: Undefined variable on line 75 #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

You should replace line 75: $str .= $player->username.","; With: $players .= $player->username.",";