This was SVN commit r17808.
This commit is contained in:
mimo 2016-02-29 17:21:35 +00:00
parent ba0700f612
commit b88fd4fe09

View File

@ -616,7 +616,7 @@ var g_Commands = {
"set-shading-color": function(player, cmd, data)
{
// Debug command to make an entity brightly colored
for (let ent in cmd.entities)
for (let ent of cmd.entities)
{
var cmpVisual = Engine.QueryInterface(ent, IID_Visual);
if (cmpVisual)