Skip to content

Commit

Permalink
Merge pull request tgstation#16276 from tgstation/duncathan-patch-1
Browse files Browse the repository at this point in the history
Fixes 509 support
  • Loading branch information
ChangelingRain committed Mar 22, 2016
2 parents b6b8a3e + b359725 commit b5ad742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/510.dm
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
while(readPos <= jsonLen)
if(curChar == "\"")
AdvanceWS
return list2text(chars)
return jointext(chars)
else if(curChar == "\\")
Advance
switch(curChar)
Expand Down

0 comments on commit b5ad742

Please sign in to comment.