Skip to content

Commit

Permalink
Merge pull request #1073 from OpenCollarTeam/Medea-Destiny-timer-typo…
Browse files Browse the repository at this point in the history
…-patch

Fix typo in timer
  • Loading branch information
SilkieSabra authored Aug 8, 2024
2 parents f2b5acb + 24cc878 commit 1f3611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/oc_timer.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ UserCommand(integer iAuth, string sCmd, key kAv)
sVal=(string)llList2List(lParams,2,-1);
string sVal=(string)llList2List(lParams,2,-1);
integer ti;
list t=llParseString2List(sVal,[","],["hourse","hrs","hr","hs","h"]);
list t=llParseString2List(sVal,[","],["hours","hrs","hr","hs","h"]);
if(llGetListLength(t)>1)
{
ti+=(integer)llList2String(t,0)*3600;
Expand Down

0 comments on commit 1f3611b

Please # to comment.