Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
NiTiSon committed Feb 17, 2022
1 parent 8536608 commit 6a7f50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: "gravillaso"
author: "NiTiS (NickName73)"
main: "com.NiTiS.Gravillaso.GRMod"
description: "GRMod"
version: "1"
version: "2 b34"
minGameVersion: 134
java: true
2 changes: 1 addition & 1 deletion src/com/NiTiS/Gravillaso/content/GRTechTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import mindustry.type.SectorPreset;

public class GRTechTree implements ContentList {
static TechTree.TechNode context = null;
private static TechTree.TechNode context = null;
@Override
public void load(){
margeNode(Items.titanium, ()->{
Expand Down

0 comments on commit 6a7f50b

Please sign in to comment.