Jabka666 / scpcb-ue-my

SCP - Containment Breach Ultimate Edition
26 stars 10 forks source link

WriteString error after trying to load or start a new game #125

Closed Jabka666 closed 7 months ago

Jabka666 commented 1 year ago

image.png

ZiYueCommentary commented 7 months ago

Is this fixed?

SnoeGit commented 7 months ago

Caused by putting a space at the end

SnoeGit commented 7 months ago

Perhaps we can use CurrSave\Name = Replace(CurrSave\Name, " ", "_")

ZiYueCommentary commented 7 months ago

Just use trim and I think thats ok

SnoeGit commented 7 months ago

Should be resolved.