mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add per-client remote_item settings + TextOnly Tag
* Tracker tag will receive all items via server (including local) * TextOnly tag will receive no items * TextClient sends TextOnly tag * precollected items / start_inventory does not get an "Order received" number anymore * local items do always get an "Order received" number now * multisave changed, includes version number now, upgrade works for games (not trackers)
This commit is contained in:

committed by
Fabian Dill

parent
344f4afdbd
commit
0c46cc6843
@@ -587,7 +587,7 @@ if __name__ == '__main__':
|
||||
# Text Mode to use !hint and such with games that have no text entry
|
||||
|
||||
class TextContext(CommonContext):
|
||||
tags = {"AP", "IgnoreGame"}
|
||||
tags = {"AP", "IgnoreGame", "TextOnly"}
|
||||
game = "Archipelago"
|
||||
|
||||
async def server_auth(self, password_requested: bool = False):
|
||||
|
Reference in New Issue
Block a user