WinterTime

3 - Doesn't show time if you don't have a channel 1.

What steps will reproduce the problem?
1. Leave general or whatever your first channel is

What is the expected output? What do you see instead?
The time should show, but it does not.

What version of the product are you using?
v1.63

Do you have an error log of what happened?
No error displayed.

Please provide any additional information below.

id, name = GetChannelName(1);
if (name == nil) then
    loadTimer = 14;
    wtDebug("no channel 1 yet, waiting another 5 seconds.");
else
    WinterTime_RegChannel();
    --id, name = GetChannelName(wintertimeGC);
    --chatglobmsg("version:"..version);
end

I assume this is the code causing it. Why do you need a "channel 1"? I leave general chat during raids and occasionally when it gets bad in cities... I just replaced the above code with:

WinterTime_RegChannel();

and its working fine.

User When Change
daniel142005 Thu, 02 Apr 2009 22:37:44 Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Last updated on
02 Apr 2009
Reported on
02 Apr 2009
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.

Reported by

Possible assignees