..
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Project
|
||||
{
|
||||
if (PUB.setting.XBE_ID == tID)
|
||||
{
|
||||
if (uint.TryParse(targstr, out uint tagno))
|
||||
if (ushort.TryParse(targstr, out ushort tagno))
|
||||
{
|
||||
if (PUB.mapctl.SetCurrentPosition(tagno) == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user