Skip to content
Snippets Groups Projects
Commit dac94b2c authored by Sixten Müller's avatar Sixten Müller
Browse files

feat: working score in DB

parent b55a128e
No related branches found
No related tags found
2 merge requests!22Resolve "Create game model",!18Draft: Resolve "Create game model"
{
"project_info": {
"project_number": "188857427405",
"firebase_url": "https://wordbattle-96156-default-rtdb.europe-west1.firebasedatabase.app",
"project_id": "wordbattle-96156",
"storage_bucket": "wordbattle-96156.appspot.com"
},
......
package com.wordbattle.game;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
......
......@@ -33,7 +33,6 @@ public class WaitingLobbyController {
}
public void updateScore() {
_FBIC.updateScoreInDatabase(pin, nickname, score);
System.out.println("Score was updated for "+ nickname+ ", score this round: " + score);
}
public void update(float dt){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment