Versehentlich gelöschten Kommetar wieder hinzugefügt
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user