pull/196/head
Christopher Young 2016-01-07 11:42:37 -05:00
rodzic 24142bef73
commit 363f411b45
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -619,7 +619,7 @@ func updateMessageStats() {
} }
for i := 0; i < m; i++ { for i := 0; i < m; i++ {
if stratuxClock.Since(MsgLog[i].TimeReceived) < 1*time.Minutes { if stratuxClock.Since(MsgLog[i].TimeReceived) < 1*time.Minute {
t = append(t, MsgLog[i]) t = append(t, MsgLog[i])
if MsgLog[i].MessageClass == MSGCLASS_UAT { if MsgLog[i].MessageClass == MSGCLASS_UAT {
UAT_messages_last_minute++ UAT_messages_last_minute++