Versehentlich gelöschten Kommetar wieder hinzugefügt

This commit is contained in:
2014-04-04 01:04:30 +02:00
parent caf4438908
commit feee17d5d6

View File

@@ -83,6 +83,7 @@ namespace WorldOfPeacecraft
} }
else else
{ {
// It's a value
string name = StringUtils.SubstringBefore(message[pos], ":"); string name = StringUtils.SubstringBefore(message[pos], ":");
string val = StringUtils.SubstringAfter(message[pos], ":"); string val = StringUtils.SubstringAfter(message[pos], ":");
Values[name] = val; Values[name] = val;