use some more new c# sugar ( possible breaking it all :P )

This commit is contained in:
UbitUmarov
2022-10-03 16:16:36 +01:00
parent 50bb58f884
commit d6a2541179
2 changed files with 159 additions and 177 deletions

View File

@@ -13455,7 +13455,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
iface = (T)o;
return true;
}
iface = default(T);
iface = default;
return false;
}