Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Made roundtime to Roundtime: sicne it wasn't catching Rt's properly i…
…n the COM system.
  • Loading branch information
Malific committed May 21, 2009
1 parent f7f40d1 commit 743e4a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SFhunter.cmd
Expand Up @@ -14335,7 +14335,7 @@ COM1_PAUSE:
pause
COM1_ON:
matchre COM1_PAUSE /\.\.\.wait|type ahead/i
match COM2_PAUSE roundtime
match COM2_PAUSE Roundtime:
match COM1_OFF Encumbrance :
put %zHcom1
put encum
Expand All @@ -14347,7 +14347,7 @@ COM2_PAUSE:
pause
COM2_ON:
matchre COM2_PAUSE /\.\.\.wait|type ahead/i
match COM3_PAUSE roundtime
match COM3_PAUSE Roundtime:
match COM2_OFF Encumbrance :
put %zHcom2
put encum
Expand All @@ -14359,7 +14359,7 @@ COM3_PAUSE:
pause
COM3_ON:
matchre COM3_PAUSE /\.\.\.wait|type ahead/i
match COM4_PAUSE roundtime
match COM4_PAUSE Roundtime:
match COM3_OFF Encumbrance :
put %zHcom3
put encum
Expand All @@ -14371,7 +14371,7 @@ COM4_PAUSE:
pause
COM4_ON:
matchre COM4_PAUSE /\.\.\.wait|type ahead/i
match COM5_PAUSE roundtime
match COM5_PAUSE Roundtime:
match COM4_OFF Encumbrance :
put %zHcom4
put encum
Expand All @@ -14383,7 +14383,7 @@ COM5_PAUSE:
pause
COM5_ON:
matchre COM5_PAUSE /\.\.\.wait|type ahead/i
match COM5_OFF roundtime
match COM5_OFF Roundtime:
match COM5_OFF Encumbrance :
put %zHcom5
put encum
Expand Down

0 comments on commit 743e4a1

Please sign in to comment.