So what happened to the v2.0.7 branch

This also needs fixing .. the latest release misses so many of the other skins like gingerbread and frontier .. also the UI was slightly improved? Why the fix to an old version?

Line 471 of the .cs v2.0.7, replace :
var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID;
by :

var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID.Get();
wdkdImOXUkOpfh1.jpg WouayNote

Line 471 of the .cs v2.0.7, replace :
var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID;
by :

var targetOwner = arg.Length > 1 ? ulong.Parse(arg[1]) : player.userID.Get();

Where do you get v2.0.7? I don't see it listed.

axMQHzp50e4Dhsv.jpg charlieone

Where do you get v2.0.7? I don't see it listed.

Hi @charlieone,
It has been updated and fixed with v2.0.8 a few time after my post.