RP log bug fix
Bug would not allow logs to be closed
This commit is contained in:
@@ -47,7 +47,7 @@ public class RPManager
|
|||||||
|
|
||||||
public File endRP(KittyChannel channel, KittyUser user) throws FileNotFoundException, UnsupportedEncodingException
|
public File endRP(KittyChannel channel, KittyUser user) throws FileNotFoundException, UnsupportedEncodingException
|
||||||
{
|
{
|
||||||
if(logs.containsKey(Long.parseLong(channel.uniqueID)))
|
if(!logs.containsKey(Long.parseLong(channel.uniqueID)))
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user