From f343ca7ebd26d106b4e28d9134cc45f7bad7bfd8 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 6 Oct 2014 18:50:52 +0200 Subject: [PATCH] Update oobfuncs.py --- game/gamesrc/conf/examples/oobfuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gamesrc/conf/examples/oobfuncs.py b/game/gamesrc/conf/examples/oobfuncs.py index 68ba772f30..8547ed3252 100644 --- a/game/gamesrc/conf/examples/oobfuncs.py +++ b/game/gamesrc/conf/examples/oobfuncs.py @@ -32,5 +32,5 @@ a global function oob_error will be used as optional error management. """ # import the contents of the default msdp module -from src.server/oob_msdp import * +from src.server.oob_cmds import *