1 - Lock on login
if(event=="VARIABLES_LOADED") then
GearHud_BuildDrag();
GearHud_UpdateScale();
elseif(event=="PLAYER_ENTERING_WORLD") then
GearHud_Lock();
Change to
if(event=="VARIABLES_LOADED") then
GearHud_BuildDrag();
GearHud_UpdateScale();
GearHud_Lock();
| User | When | Change |
|---|---|---|
| spiralofhope | Oct 24, 2011 at 20:11 UTC | Create |
Facts
- Reported
- Oct 24, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0