Make it so vaults being viewed at the same time update in real time
This commit is contained in:
@@ -17,5 +17,9 @@ public class VaultViewInfo {
|
||||
public int getNumber() {
|
||||
return this.i;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return this.s + " " + this.i;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user