mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
fix bug with string messages
This commit is contained in:
parent
1c3ddeaeda
commit
0e3362e8e3
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
|
||||
|
|
Loading…
Reference in a new issue