Fix typo in atserver.py
Fix typo on line 374
This commit is contained in:
parent
a8e434b0bd
commit
3e5a3855c0
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ class AternosServer:
|
||||||
"""Check if server software is Bedrock Edition
|
"""Check if server software is Bedrock Edition
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Is it Minefcraft BE
|
Is it Minecraft BE
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return bool(self._info['bedrock'])
|
return bool(self._info['bedrock'])
|
||||||
|
|
Reference in a new issue