Skip to content

Commit

Permalink
Fix space escape for identity name
Browse files Browse the repository at this point in the history
  • Loading branch information
fokkonaut committed Jun 16, 2024
1 parent 88ea773 commit 3cb1e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/save.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ int CSaveTee::LoadString(char* String)
"%d\t%d\t%d\t%d\t%d\t%d\t"
"%d\t%d\t%d\t%lld\t%d\t%d\t%d\t%d\t%d\t%d\t"
"%lld\t%lld\t%d\t%d\t"
"%s\t%s\t%s\t%s\t%lld\t"
"%s\t%s\t%s\t%[^\t]\t%lld\t"
"%s\t%s\t%s\t%s\t%s\t%s\t"
"%d\t%d\t%d\t%d\t%d\t%d\t"
"%d\t%d\t%d\t%d\t%d\t%d\t"
Expand Down

0 comments on commit 3cb1e9a

Please sign in to comment.