Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fix last_modified is an integer #195

Closed adrian-golian closed 2 years ago

adrian-golian commented 2 years ago

The last_modified field of a game state is set to an integer value through round(time.time()). That's very insufficient precision.

create-issue-branch[bot] commented 2 years ago

Branch issue-195-Fix_last_modified_is_an_integer created!