mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes PDA runtime href exploit (#28959)
This commit is contained in:
@@ -464,7 +464,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
//LINK FUNCTIONS===================================
|
||||
|
||||
else//Cartridge menu linking
|
||||
mode = text2num(href_list["choice"])
|
||||
mode = max(text2num(href_list["choice"]), 0)
|
||||
|
||||
else//If not in range, can't interact or not using the pda.
|
||||
U.unset_machine()
|
||||
|
||||
Reference in New Issue
Block a user