mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
visbility fix
This commit is contained in:
@@ -155,8 +155,7 @@ public class DeckController<T extends DeckBase> {
|
||||
*
|
||||
* @param name the name
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private void load(final String name) {
|
||||
@SuppressWarnings("unchecked") public void load(final String name) {
|
||||
T newModel = this.folder.get(name);
|
||||
if (newModel != null) {
|
||||
this.setModel((T) newModel.copyTo(name), true);
|
||||
|
||||
Reference in New Issue
Block a user