mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-21 08:01:16 +01:00
Merge remote-tracking branch 'upstream/master'
Conflicts: ChangeLog
This commit is contained in:
@@ -714,10 +714,10 @@ void MainObject::timescalingSupportData(int id,unsigned card)
|
||||
break;
|
||||
}
|
||||
if(state) {
|
||||
cae_server->sendCommand(id,"TS +!");
|
||||
cae_server->sendCommand(id,QString().sprintf("TS %u +!",card));
|
||||
}
|
||||
else {
|
||||
cae_server->sendCommand(id,"TS -!");
|
||||
cae_server->sendCommand(id,QString().sprintf("TS %u -!",card));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user