File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed 
src/main/java/xyz/theprogramsrc/supercoreapi Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- package  xyz .theprogramsrc ;
1+ package  xyz .theprogramsrc . supercoreapi ;
22
33
4- import  xyz .theprogramsrc .supercoreapi .SuperPlugin ;
54import  xyz .theprogramsrc .supercoreapi .global .updater .SpigotUpdateChecker ;
65
76/** 
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public void onLoad() {
4444        long  start  = System .currentTimeMillis ();
4545        i  = this ;
4646        this .emergencyStop  = false ;
47-         new  xyz .theprogramsrc .Base ();
47+         new  xyz .theprogramsrc .supercoreapi . Base (this );
4848        this .log ("Loading plugin &3v" +this .getPluginVersion ());
4949        this .disableHooks  = new  ArrayList <>();
5050        this .firstStart  = !this .getDataFolder ().exists ();
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void onLoad() {
5555        long  current  = System .currentTimeMillis ();
5656        i  = this ;
5757        this .emergencyStop  = false ;
58-         new  xyz .theprogramsrc .Base (this );
58+         new  xyz .theprogramsrc .supercoreapi . Base (this );
5959        this .disableHooks  = new  ArrayList <>();
6060        this .serverFolder  = Utils .folder (new  File ("." ));
6161        this .firstStart  = !this .getDataFolder ().exists ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments