SPIGOT-4608: Improve quality of MapMeta APIs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-02-05 21:23:50 +11:00
parent 3cde10ce1b
commit 68fb5a7b3f
3 changed files with 55 additions and 2 deletions

View File

@@ -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);
}