mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
bug fix
This commit is contained in:
parent
7d21296d63
commit
553e6caf36
20 changed files with 441 additions and 61 deletions
|
|
@ -315,7 +315,7 @@ class BearStore:
|
|||
def __init__(self,
|
||||
price: int = 1000,
|
||||
value: str = '',
|
||||
callback: call = None):
|
||||
callback: Callable[[], None] = None):
|
||||
|
||||
self.price = price
|
||||
self.value = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue