forked from Qortal/qortal
Renamed method.
This commit is contained in:
parent
7307844bee
commit
21b4b494e7
@ -185,7 +185,7 @@ public class Network {
|
||||
}
|
||||
|
||||
// Attempt to set up UPnP. All errors are ignored.
|
||||
if (Settings.getInstance().isuPnPEnabled()) {
|
||||
if (Settings.getInstance().isUPnPEnabled()) {
|
||||
UPnP.openPortTCP(Settings.getInstance().getListenPort());
|
||||
}
|
||||
else {
|
||||
|
@ -631,7 +631,7 @@ public class Settings {
|
||||
return this.bindAddress;
|
||||
}
|
||||
|
||||
public boolean isuPnPEnabled() {
|
||||
public boolean isUPnPEnabled() {
|
||||
return this.uPnPEnabled;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user