Skip to content

Commit 5487445

Browse files
committed
Updated readme
1 parent eff3df9 commit 5487445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def msg(args):
2222
import bec_rcon
2323
rcon_client = bec_rcon.ARC("192.168.0.1", "MyPassword", 2302)
2424
rcon_client.add_Event("received_ServerMessage", msg)
25-
rcon_client.loadMission("becti_0097_z1305.Altis.pbo")
25+
rcon_client.loadMission("becti_0097_z1305.Altis") #Filename without .pbo!
2626
rcon_client.addBan(player_id=1, reason="Rcon is watching!", time=0)
2727
```
2828
# Known Issues:

0 commit comments

Comments
 (0)