This commit is contained in:
Denis Molony 2020-09-13 11:39:54 +10:00
parent dd10dadb7e
commit 2401be0094
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class ExoBuffer
if (address != 0x6000 && address != 0x8000 && address != 0xA000)
return false;
return true; // not dealing with fuckwits
return true;
}
// ---------------------------------------------------------------------------------//