Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit cbb52aa

Browse files
committed
Made error message clearer in starbound_config_manager
1 parent 35ed740 commit cbb52aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/starbound_config_manager/starbound_config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def activate(self):
2828
e))
2929
if self.config.upstream_port != starbound_config['gamePort']:
3030
raise FatalPluginError(
31-
"The starbound gamePort option (%d) does not match the config.json value (%d)." % (
31+
"The starbound gamePort option (%d) does not match the config.json upstream_port (%d)." % (
3232
starbound_config['gamePort'], self.config.upstream_port))
3333
self._spawn = starbound_config['defaultWorldCoordinate'].split(":")
3434

0 commit comments

Comments
 (0)