|
@ -406,8 +406,9 @@ function echo_chunkymap_table() { |
|
|
$zoomed_h=(int)((float)$chunkymap_tile_original_h*$scale+.5); |
|
|
$zoomed_h=(int)((float)$chunkymap_tile_original_h*$scale+.5); |
|
|
$genresult_suffix_then_dot_then_ext="_mapper_result.txt"; |
|
|
$genresult_suffix_then_dot_then_ext="_mapper_result.txt"; |
|
|
$dot_yaml=".yml"; |
|
|
$dot_yaml=".yml"; |
|
|
$player_file_age_expired_max_seconds=20*60-1; |
|
|
$minute=60; |
|
|
$player_file_age_idle_max_seconds=5*60-1; |
|
|
$player_file_age_expired_max_seconds=20*$minute-1; |
|
|
|
|
|
$player_file_age_idle_max_seconds=5*$minute-1; |
|
|
while ($z >= $chunkz_min) { |
|
|
while ($z >= $chunkz_min) { |
|
|
echo_hold( " <tr>\r\n"); |
|
|
echo_hold( " <tr>\r\n"); |
|
|
$x = (int)$chunkx_min; |
|
|
$x = (int)$chunkx_min; |
|
|