[chronojump/FS-TFT-Menu] Fixed one line in last commit
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-TFT-Menu] Fixed one line in last commit
- Date: Wed, 20 Apr 2022 11:59:24 +0000 (UTC)
commit fb3071f8229ec7482ae8fc8e85741e0089e354ad
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Apr 8 20:13:49 2022 +0200
Fixed one line in last commit
src/gui/networks.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 8426fbb48..75391bc9c 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -740,8 +740,7 @@ public partial class ChronoJumpWindow
//select person by RFID
Person pLocal = SqlitePerson.SelectByRFID(capturedRFID);
- //Person pServer = json.GetPersonByRFID(capturedRFID);
- Person pServer = json.GetPersonByRFID("198,99,164,42,43"); //TODO: change this again
+ Person pServer = json.GetPersonByRFID(capturedRFID);
if(pLocal.UniqueID == -1)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]