aboutsummaryrefslogtreecommitdiffstats
path: root/include/nms/util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'include/nms/util.pm')
-rw-r--r--include/nms/util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nms/util.pm b/include/nms/util.pm
index 8c5b9d8..d2382f9 100644
--- a/include/nms/util.pm
+++ b/include/nms/util.pm
@@ -124,8 +124,8 @@ sub guess_placement {
} else {
# Fallback to have _some_ position
$src = "random";
- $x = int(rand(500));
- $y = int(rand(500));
+ $x = int(rand(1900));
+ $y = int(rand(900));
$xx = $x + 20;
$yy = $y + 130;
};