mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 00:47:10 +08:00
Update party.py
This commit is contained in:
parent
34cd8ab5b8
commit
eae497b1bc
@ -549,7 +549,10 @@ class PartyWindow(bui.Window):
|
||||
}
|
||||
config.commit()
|
||||
bui.getsound('gunCocking').play()
|
||||
bui.screenmessage('Added to Favourites')
|
||||
bui.screenmessage(
|
||||
bui.Lstr(resource='addedToFavouritesText'),
|
||||
color=(0, 1, 0),
|
||||
)
|
||||
else:
|
||||
bui.screenmessage(
|
||||
bui.Lstr(resource='internal.invalidAddressErrorText'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user