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