Fix NPE in groundmarker plugin
Right-clicking the void in puro-puro sets the selectedSceneTile to null.
This commit is contained in:
@@ -418,6 +418,7 @@ public interface Client extends GameEngine
|
||||
*
|
||||
* @return the selected tile
|
||||
*/
|
||||
@Nullable
|
||||
Tile getSelectedSceneTile();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user