Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e4b2bd32d |
+1
-1
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>cultbaus</Authors>
|
||||
<Company>-</Company>
|
||||
<Version>0.0.3.12</Version>
|
||||
<Version>0.0.3.13</Version>
|
||||
<Description>This plugin manipulates flytext.</Description>
|
||||
<Copyright>-</Copyright>
|
||||
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
|
||||
|
||||
@@ -85,7 +85,7 @@ public unsafe class SheetManager : S.IDisposable
|
||||
this.actionCache[actionID] = row;
|
||||
}
|
||||
|
||||
return this.actionCache[actionID];
|
||||
return row;
|
||||
}
|
||||
|
||||
private Status? GetStatusRow(int value1)
|
||||
@@ -96,7 +96,7 @@ public unsafe class SheetManager : S.IDisposable
|
||||
this.statusCache[value1] = row;
|
||||
}
|
||||
|
||||
return this.statusCache[value1];
|
||||
return row;
|
||||
}
|
||||
|
||||
private Item? GetItemRow(int value1)
|
||||
@@ -107,6 +107,6 @@ public unsafe class SheetManager : S.IDisposable
|
||||
this.itemCache[value1] = row;
|
||||
}
|
||||
|
||||
return this.itemCache[value1];
|
||||
return row;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user