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
|
@ -433,7 +433,7 @@ public interface Server extends PluginMessageRecipient {
|
|||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public MapView getMap(short id);
|
||||
public MapView getMap(int id);
|
||||
|
||||
/**
|
||||
* Create a new map with an automatically assigned ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue