|
@ -517,7 +517,6 @@ class MumbleCtlIce_122(MumbleCtlIce_120): |
|
|
class MumbleCtlIce_123(MumbleCtlIce_120): |
|
|
class MumbleCtlIce_123(MumbleCtlIce_120): |
|
|
@protectDjangoErrPage |
|
|
@protectDjangoErrPage |
|
|
def getTexture(self, srvid, mumbleid): |
|
|
def getTexture(self, srvid, mumbleid): |
|
|
import sys |
|
|
|
|
|
texture = self._getIceServerObject(srvid).getTexture(mumbleid) |
|
|
texture = self._getIceServerObject(srvid).getTexture(mumbleid) |
|
|
if len(texture) == 0: |
|
|
if len(texture) == 0: |
|
|
raise ValueError( "No Texture has been set." ); |
|
|
raise ValueError( "No Texture has been set." ); |
|
|