Sign parser fix (#81)
This commit is contained in:
parent
de74218b89
commit
1f1ceade8c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ namespace Server.Commands
|
|||
_ => null
|
||||
};
|
||||
|
||||
for (int j = 0; maps?.Length >= j; ++j)
|
||||
for (int j = 0; maps?.Length > j; ++j)
|
||||
Add_Static(e.m_ItemID, e.m_Location, maps[j], e.m_Text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue