Fix NPE in groundmarker plugin

Right-clicking the void in puro-puro sets the selectedSceneTile to null.
This commit is contained in:
dekvall
2019-08-07 20:25:23 +02:00
parent efc37e00d5
commit 85a5eb0cf9
2 changed files with 9 additions and 2 deletions

View File

@@ -418,6 +418,7 @@ public interface Client extends GameEngine
*
* @return the selected tile
*/
@Nullable
Tile getSelectedSceneTile();
/**