mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Add fix for 5-2002-0001 (200963000) (#293)
* Add fix for 5-2002-0001 (200963000) * Fix whitespace * Fix missing comma Co-authored-by: Will <will@mon.im>
This commit is contained in:
parent
0350d16b43
commit
098e323bae
@ -222,6 +222,11 @@
|
||||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x22A78, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }],
|
||||
},
|
||||
{
|
||||
name: "Disable check for 192.168 ip range",
|
||||
tooltip: "Fixes error 5-2002-0001",
|
||||
patches: [{ offset: 0x104AE8, off: [0xC0], on: [0xBF] }],
|
||||
},
|
||||
{
|
||||
name: "Mute crowd cheering and booing during song",
|
||||
tooltip: "Use with modified voice.xwb to also mute announcer",
|
||||
|
Loading…
Reference in New Issue
Block a user