[cmd2] Revert wait back to waitSeconds (#8391)

Fixes #8272
This commit is contained in:
Keagan Kautzer
2025-11-16 18:57:47 -06:00
committed by GitHub
parent 0e621e8ec1
commit 5db6d2f500

View File

@@ -125,7 +125,7 @@ public final class Commands {
* @return the command
* @see WaitCommand
*/
public static Command wait(double time) {
public static Command waitSeconds(double time) {
return new WaitCommand(time);
}