fix bug with string messages

This commit is contained in:
Michael VanOverbeek 2017-02-26 20:09:32 +00:00
parent 1c3ddeaeda
commit 0e3362e8e3

View file

@ -331,6 +331,10 @@ namespace ShiftOS.Server
{
throwOnNull = false;
}
else if(mAttrib.ExpectedType == typeof(string))
{
contents = msg.Contents;
}
else
{
//object type