Save existing vehicles if we had to load player (#22)
This commit is contained in:
		@@ -35,6 +35,14 @@ public interface IPlayerDataManager {
 | 
			
		||||
    @Nullable
 | 
			
		||||
    Player loadPlayer(@NotNull OfflinePlayer offline);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Creates a new Player from an existing one that will function slightly better offline.
 | 
			
		||||
     *
 | 
			
		||||
     * @return the Player
 | 
			
		||||
     */
 | 
			
		||||
    @NotNull
 | 
			
		||||
    Player inject(@NotNull Player player);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Opens an ISpecialInventory for a Player.
 | 
			
		||||
     *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user