mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
@@ -521,7 +521,7 @@ public final class Bukkit {
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public static MapView getMap(short id) {
|
||||
public static MapView getMap(int id) {
|
||||
return server.getMap(id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user