diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/mapclass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mapclass.php b/includes/mapclass.php index c4d95e9..8e9f28e 100644 --- a/includes/mapclass.php +++ b/includes/mapclass.php @@ -295,8 +295,8 @@ class map { $oldNames['r'] = 'r'; $oldNames['r2'] = 'R'; + $oldNames['r3'] = 'q'; - $oldNames['q'] = 'q'; $oldNames['p'] = 'p'; for( $i = 0; $i < $this->height; $i++) { |