parent
c50322c0e3
commit
24ed9b3236
4 changed files with 3 additions and 5 deletions
|
|
@ -73,12 +73,12 @@ namespace Server
|
|||
|
||||
if (objs.Length == 0)
|
||||
{
|
||||
return 0;
|
||||
return 50;
|
||||
}
|
||||
|
||||
if (!(objs[0] is CallPriorityAttribute attr))
|
||||
{
|
||||
return 0;
|
||||
return 50;
|
||||
}
|
||||
|
||||
return attr.Priority;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue