Closed comet0 closed 8 years ago
Set ship names properly as on live, max size is 20, if char name + ship name exceeds 20 chars, resize. Removed the .substr(1) as it was due to error in my database.
.substr(1)
looks good to me. thanks cometo
Set ship names properly as on live, max size is 20, if char name + ship name exceeds 20 chars, resize. Removed the
.substr(1)
as it was due to error in my database.