Make sure tid_cape set

This commit is contained in:
Pig Fang 2019-04-26 21:38:26 +08:00
parent 1a98e7937d
commit 51e4efba7b

View File

@ -81,6 +81,7 @@ class PlayerController extends Controller
$player->uid = $user->uid;
$player->name = $name;
$player->tid_skin = 0;
$player->tid_cape = 0;
$player->save();
event(new PlayerWasAdded($player));