SPIGOT-4608: Improve quality of MapMeta APIs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3cde10ce1b
commit
68fb5a7b3f
3 changed files with 55 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue