Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
This commit is contained in:
commit
705d1daefa
1 changed files with 4 additions and 0 deletions
|
@ -331,6 +331,10 @@ namespace ShiftOS.Server
|
|||
{
|
||||
throwOnNull = false;
|
||||
}
|
||||
else if(mAttrib.ExpectedType == typeof(string))
|
||||
{
|
||||
contents = msg.Contents;
|
||||
}
|
||||
else
|
||||
{
|
||||
//object type
|
||||
|
|
Reference in a new issue