Skip to content

Commit d61f97f

Browse files
Js41637yretenai
authored andcommitted
Update for 2.3.1.0.110340
1 parent 7c101ac commit d61f97f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

DataTool/Helper/IO.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,6 @@ public static void WriteFile(Stream stream, ulong guid, string path) {
285285
public static HashSet<ulong> MissingKeyLog = new HashSet<ulong>();
286286

287287
public static Stream OpenFile(ulong guid) {
288-
// avoid crashes until i am too lazy to fix
289-
if (guid == 0x250000000005845) return null; // broken. for sure
290-
if (guid == 0x250000000004F21) return null; // also broken!!
291-
if (guid == 0x250000000005674) return null; // oh nyooo it is broken
292-
if (guid == 0x2500000000056AC) return null; // same
293-
294288
try {
295289
return TankHandler.OpenFile(guid);
296290
}

TankLib/Overwatch.keyring

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,6 @@ FD3ABEAF8AB10CF9 A99BEF6BF3797A579CE886986F695982 1 # [2.01] S1W9 Shop
197197
DDC27D577DE5A651 6207CC317A016CCE651091C12582BDD7 1 # [2.02.0] Shop (Mercy/Torb)
198198
72E8FD50DA07DC14 7BE5658D1F45CFDDBC55D74E76613155 1 # [2.02.0] ???
199199
7099363C128F2DF0 4972A8C8DA07274F8E5D2203520314B0 1 # [2.02.2] Battle for Olympus Event / Comp CTF
200-
FC5EE7CD7EB719A3 D8CCC155F21FCEF99D92A4943A8C65CA 1 # [2.03.0] Season 3
200+
FC5EE7CD7EB719A3 D8CCC155F21FCEF99D92A4943A8C65CA 1 # [2.03.0] Season 3
201+
6ACB1F4DC8D8A900 D9D0E7EE98F1998FF98A877B660E98F7 1 # [2.03.1] OW2 OWL Skins
202+
42170E9C703224DB 37F892B5250D88B8E6521668AE359608 1 # [2.03.1] One Punch Man / PachiMari Event

0 commit comments

Comments
 (0)