Check command doesn't show player name, only steam IDBug

Changing line 57 from

data.name = player.UserIDString;

to 

data.name = player.displayName;

fixes this issue.

In response to shinnova ():
Changing line 57 fromdata.name = player.UserIDString;to data.name = player.displayName;fixes thi...
Thanks for the Fix. Will update it asap