Arizard / deathrun

Arizard's Deathrun gamemode for Garry's Mod
63 stars 38 forks source link

Bot's steam profile opening Lua error #66

Closed clazstudio closed 8 years ago

clazstudio commented 8 years ago

Visible "Open Steam profile" menu item for Bots.

Hainaa commented 8 years ago

It being there isn't an issue but opening the profile and returning an errors is, can you please classify and show us the error.

clazstudio commented 8 years ago

[ERROR] gamemodes/deathrun/gamemode/cl_scoreboard.lua:339: attempt to concatenate a nil value

  1. DoClick - gamemodes/deathrun/gamemode/cl_scoreboard.lua:339
    1. OnMouseReleased - lua/vgui/dlabel.lua:218
    2. unknown - lua/vgui/dmenuoption.lua:116

20160610183733_1

SunRed commented 8 years ago

This issue has been fixed by 517fe21ffe77a6e17c26f20feeaf0ea7f45b6753. The reason was that SteamID64 had been called on a bot before what returned nil and thrown an error on concatenation with a string.