mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
show enemy name
This commit is contained in:
@@ -23,7 +23,6 @@ export function WaitingScreen() {
|
||||
}
|
||||
|
||||
function refreshImage() {
|
||||
imageRef.current.src = "";
|
||||
imageRef.current.src = SERVER_URL + "/photo/my?team=" + teamId.toString() + "&t=" + new Date().getTime();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user