Sergittos / BedWars

🛏️ BedWars for PocketMine-MP
GNU Lesser General Public License v3.0
25 stars 6 forks source link

Fix (must not be accessed before initialization)? #31

Closed UnknownNull closed 7 months ago

UnknownNull commented 7 months ago

Error: Typed property sergittos\bedwars\session\Session::$coins must not be accessed before initialization File: plugins/BedWars-master/src/sergittos/bedwars/session/Session Line: 144

[142]     public function getCoins(): int
[143]     {
[144]         return $this->coins;
[145]     }
Sergittos commented 7 months ago

Thanks!