mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix some identifiers using shortened naming
This commit is contained in:
@ -235,9 +235,9 @@ namespace osu.Game.IO.Legacy
|
||||
|
||||
if (typeName.Contains("System.Collections.Generic") && typeName.Contains("[["))
|
||||
{
|
||||
string[] splitTyps = typeName.Split('[');
|
||||
string[] splitTypes = typeName.Split('[');
|
||||
|
||||
foreach (string typ in splitTyps)
|
||||
foreach (string typ in splitTypes)
|
||||
{
|
||||
if (typ.Contains("Version"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user