Add: login info - player name

This commit is contained in:
2018-08-12 18:40:27 +09:00
parent e2c37b52d1
commit 823cbef243
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ $playerAccountType = $playerInfo["accountType"];
set_data("MaestroID", $maestroID);
set_data("MaestroAccountType", $maestroAccountType);
set_data("PlayerID", $playerID);
set_data("PlayerName", $name);
set_data("PlayerAccountType", $playerAccountType);
send_result_success();
exit;