Skip to content
Snippets Groups Projects
Commit e16ea7db authored by pharook's avatar pharook
Browse files

Opravena logova hlaska pro spatny format 'timeout' (chybka vznikla v #817)

parent 5fb9e4c5
No related branches found
No related tags found
No related merge requests found
......@@ -253,9 +253,9 @@ sub saveNewEvent
}
if ($timeout !~ /^\d+\z/) {
if ($change_string eq "") {
$change_string = $change_string . "attack_scale: '$timeout'";
$change_string = $change_string . "timeout: '$timeout'";
} else {
$change_string = $change_string . ", attack_scale: '$timeout'";
$change_string = $change_string . ", timeout: '$timeout'";
}
$timeout = undef;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment